Memory Pool Memory Pool Refreshing

16,822 transactions
5.42 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,051 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (706,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,933 200,933 000000000000000e3234726151d04274c999826bfd37b1ad7dedc418e1cb6620 0.25 MB 289 91
200,932 200,932 0000000000000070855930d2872b2fa91213c7e2b108f15478e683809dd554f6 0.05 MB 149 76
200,931 200,931 00000000000003fa6e68d551ec947dd67da84c1ee0a462961e7b65b4a55d4381 0.00 MB 5 0
200,930 200,930 0000000000000155263cb30ad811d5b036070205a8bc59710e06b5c05c8c61d4 0.39 MB 798 103
200,929 200,929 0000000000000381195daadada58a6bfce0dc8e5e696e9cba112cfa66f1135c8 0.04 MB 74 50
200,928 200,928 00000000000002777b0735f566268209a7d9791aa788ed4fdc5734a254a5fafb 0.00 MB 12 0
200,927 200,927 00000000000003e799d59fead552da5a69bc0ba92d4ee50b88630a25c2aab59d 0.06 MB 155 109
200,926 200,926 00000000000001cdce7d8df6b8f9618a2a336cf59f2342bca5070e34dd4fe67b 0.25 MB 586 210
200,925 200,925 0000000000000119c8645911c187dee74bd7e8d433ed45301ca5b196af658e89 0.04 MB 106 167
200,924 200,924 0000000000000207c84722ba1f8a09e72943d2ccf4708b06e0a930cd57dc025c 0.13 MB 298 113
200,923 200,923 00000000000005088be8bdf3a9ba441ab3d30893aa3e794d00d45624adda250a 0.05 MB 107 143
200,922 200,922 00000000000002d68f5e7f2a031a8c7fe273a7e176c03864a1036514fb3e4986 0.01 MB 41 182
200,921 200,921 00000000000004b17758c2e1dbd6e25a247f8d89019b54100ab1c364a4b16edf 0.03 MB 66 101
200,920 200,920 000000000000028fb87a324ada2ae7bfb2562c36b4e32ea002411d85b94cf996 0.15 MB 333 48
200,919 200,919 00000000000005bd81e3d04d793121fdc62cb9ac8be53d534e70fe1145f90d9b 0.18 MB 226 107
200,918 200,918 00000000000003656550d8f85148393cf40a1de68b5830de0d27c7b0bcbd0025 0.04 MB 88 203
200,917 200,917 00000000000000c2ec12f40fdf6cf70359aec963aa04d9da209be4bbd0492ea9 0.09 MB 209 120
200,916 200,916 00000000000005561929c0db2741ad45975544ce07b78ea42a11f808f3eb8bbb 0.00 MB 5 0
200,915 200,915 00000000000003aaeeebd6b5cfdb082417709df2ff175f12160370d7b9e5223a 0.05 MB 110 80
200,914 200,914 00000000000004acfd4f8d39186f4347c3398d13c2291c7e93cbc8ea8c1ebc19 0.06 MB 79 42
200,913 200,913 0000000000000152505aeeef4b2bb103c154328444aa3a2102f2a9bb07d670e7 0.24 MB 440 119
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.12 GB sent, 92.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.