Memory Pool Memory Pool Refreshing

7,057 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,008 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (694,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,490 213,490 000000000000015b0774c5491993ae97858354c8e592a40290e61dcc889591e2 0.03 MB 87 11
213,489 213,489 000000000000029b127a57887d74e2d05691f410196aa2c4700a43c0905e0826 0.02 MB 42 70
213,488 213,488 00000000000003cf0831335db60109578a72969598276ec92e2076a891e7f889 0.23 MB 329 116
213,487 213,487 00000000000001ca373e5d308046db2305fbe2e60cc6590854855acfbf6e4ef0 0.24 MB 615 210
213,486 213,486 0000000000000306329281cc097c2f880b897654b8b3d12d07e83fa4ca0cf9da 0.05 MB 40 79
213,485 213,485 0000000000000191413b193d6cbc90055689f97ea5142bb4656849dfe8917b5d 0.05 MB 105 175
213,484 213,484 000000000000018983d245bf8f435751734de448b90913ab615d9254872f85ff 0.01 MB 25 187
213,483 213,483 00000000000004ec49b0c8faaee2cd4eb5de8bd80fde804c3c32e8c00398e4d8 0.09 MB 197 113
213,482 213,482 000000000000021c76d2e4d0ad95f9397dfb54a50ce7653e4261baac330f0d43 0.25 MB 706 221
213,481 213,481 00000000000004d82620c0c54fe79c1e73248a4af5fda1d47f6cbaf7111a5ad0 0.01 MB 25 131
213,480 213,480 00000000000001eede6dbc1d30f57948f650dff86dd7a22f72e2042c9df73f29 0.05 MB 117 148
213,479 213,479 0000000000000323505b068a699c9713d2811a0a6e8f637db1a9f789ad7d5911 0.14 MB 314 178
213,478 213,478 00000000000003d32b6f9ffefd57798fa0761c95b23f8cc7067d2bf382863a1e 0.10 MB 162 126
213,477 213,477 000000000000014b109a0915b3d1e25a11ee301f315b3674212b2062cbebb1bc 0.21 MB 383 145
213,476 213,476 000000000000016d13b16d27cc00326e4f80931553546e9d661adf0da2ceb63c 0.01 MB 14 119
213,475 213,475 00000000000003071f06769d67d76f3ab436c1c509b24027e02bec17d7f206b1 0.02 MB 28 83
213,474 213,474 00000000000003721a059f988141e8951a94218d206d8e0559c08169453a9898 0.03 MB 56 179
213,473 213,473 000000000000032b0c2ad7f74cfb8dc9045e71c871d2bd9f2c83a605bea1e317 0.28 MB 477 63
213,472 213,472 000000000000026785411347af1809c48a17d6c9d72e565b940c853115514c6c 0.25 MB 455 125
213,471 213,471 00000000000002e6f6a46025d44a6cba116ad44c684b7171116ef638a5d4e363 0.25 MB 789 271
213,470 213,470 0000000000000259ebd88b210f1c85b5094041d7eb3c2e101408e113c9ec36d9 0.22 MB 500 174
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.67 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.