Memory Pool Memory Pool Refreshing

5,016 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,052 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (701,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,588 206,588 00000000000001e5764ba12c09f52b445d9435781588400223f310b0a90cbe0a 0.00 MB 1 0
206,587 206,587 0000000000000112d6625b243066616f63faf432460b9b9df9c35f28e59d6559 0.05 MB 115 169
206,586 206,586 00000000000003b5d93e5b467037f16c99248495ff2e6dcfb3d4aff2ec0e5729 0.02 MB 92 12
206,585 206,585 00000000000000849a95456da2881f8f2b2587356ac166d4d45f8a9345458562 0.11 MB 272 195
206,584 206,584 0000000000000473ba4e8e98eb4218d3093d544cce1a663640c3df4b76dde62d 0.11 MB 272 203
206,583 206,583 0000000000000343c9910afc7a07a8bb1bd494baae3576c9f3e668e26ebb9f6a 0.43 MB 505 75
206,582 206,582 00000000000000d5d28c8a730a1c8a58d27012c60dbc49a2157ed14012104146 0.02 MB 74 141
206,581 206,581 00000000000000d0e8940439eb640e4d8eea00742c1e49daff08d8380bb2d009 0.05 MB 93 106
206,580 206,580 00000000000000f07254b22c05603e3415ad606e62857a23ae95c622b29da144 0.25 MB 525 158
206,579 206,579 0000000000000410a4fd4107ad1ac50efae1e556020ba5b7bcbda525844182e7 0.01 MB 26 18
206,578 206,578 0000000000000055023051cdec9b0278e442091dd791f33d6cc22cd8ca80dacd 0.16 MB 322 159
206,577 206,577 00000000000000dc201293badfcf05655756e703efa2bad70900ef73dd570586 0.00 MB 12 324
206,576 206,576 00000000000003d0554ee8fc40d372b2d71e7c382b2527b70afb6ebeb323434f 0.05 MB 137 183
206,575 206,575 000000000000001811541083ecf75d3d04d6470eadf6b8e222b3eb1a1fb6316c 0.02 MB 45 105
206,574 206,574 00000000000003328d63c5e279dc7bdd9d9658e1d7495788b4b211393786955b 0.06 MB 95 98
206,573 206,573 00000000000002343f0de3bfa435f20e782b5fa836e753626295218d206779bb 0.04 MB 102 201
206,572 206,572 00000000000002042617e89f9288cd2a143c9112dcfa4eb13ac1a25c72f95661 0.44 MB 413 68
206,571 206,571 00000000000000cfefdc92f4f052d8b9ffadca610b043a56af676aa542f1a0f8 0.06 MB 158 165
206,570 206,570 00000000000004eecbf88d09f63c95f5acaba56c58ffdd3513fba6509e4a0e2e 0.15 MB 346 165
206,569 206,569 00000000000000496c640fb54ce9bba2b22fcd8f3256234a6a0805d847d4570b 0.01 MB 28 155
206,568 206,568 0000000000000103eae9e87496e40f0024c13e2175983238c77698bbcb79e1d3 0.04 MB 115 19
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.