Memory Pool Memory Pool Refreshing

5,465 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,297 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (453,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
453,944 453,944 0000000000000000020f5a1dfc206dbfa63c772f7463e3b2dd46abaae84733e4 0.63 MB 692 121
453,943 453,943 00000000000000000031b041c1029279f75b876e5b1a53bb06b7fb808758cbfc 1.00 MB 1,081 125
453,942 453,942 0000000000000000014412a8b8e21f3bcf897decc6947a30a4440ff99f3a9a50 1.00 MB 2,958 78
453,941 453,941 000000000000000001e04014b1c372d192b9b00522503b6749bbba5d29c7cd93 1.00 MB 1,308 79
453,940 453,940 00000000000000000139edb3c3b860d5ea91086a45e7a744899370e6ccd100b3 1.00 MB 1,893 110
453,939 453,939 000000000000000000088e08de2b585683b5e5f0a2622e1238d893314a3b684b 1.00 MB 927 106
453,938 453,938 0000000000000000021e49e5e340506d0b92c730411be3ff21182feb2c89bf24 0.00 MB 1 0
453,937 453,937 000000000000000001cba692b7d500e46fec6c0de9011943f861c0b77f346f57 1.00 MB 1,764 131
453,936 453,936 00000000000000000012997366d1d22a90e33e44c96f45cd3e75e80bf8c21da0 1.00 MB 2,532 169
453,935 453,935 000000000000000000a58b09cf57f1d372e8ddc9b68438f8931ae47fb13bdfea 1.00 MB 2,565 178
453,934 453,934 000000000000000001b6eef7e257938e14d63c8a1ceffb53ceb26cab37aa7e9c 1.00 MB 1,880 113
453,933 453,933 00000000000000000138cddfa275c2dba4bfb7e7540ecaab634cdb38565e6cbf 1.00 MB 2,187 118
453,932 453,932 0000000000000000016bd6d29b5553ab8e7ac2ec1e41e6b38f87d8b29187821f 1.00 MB 2,508 185
453,931 453,931 000000000000000000bcfcb634b95f8af8f7764dd668509a905452687b5269c1 1.00 MB 1,194 76
453,930 453,930 000000000000000001821e224790fba4e717659067fe553e9e2bbff80d3cbc5f 1.00 MB 1,953 100
453,929 453,929 0000000000000000009993fbdde1bd40fd62f6aba1813bd84c6cb43f8f82cbe1 1.00 MB 2,470 191
453,928 453,928 00000000000000000181e870d87d1006f3537aa375ce3d3cc30fa456f5fcc5fb 1.00 MB 2,259 83
453,927 453,927 00000000000000000168913194b95178251cff0960afdf6ee1540bbbdb705021 0.37 MB 774 130
453,926 453,926 000000000000000001269d51325dde6ecc51934abd90c311e94e93d4ac025fd1 1.00 MB 1,629 95
453,925 453,925 00000000000000000127ea445b7ed65d51593e0da9926455f710e663f347c97e 1.00 MB 2,465 135
453,924 453,924 00000000000000000235b17dce288f2e2d6ff93143cb9741615f472608056f7c 0.99 MB 1,925 136
Previous 10 blocks ↓
Total Size: 769.04 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,626.05 GB sent, 93.05 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.