Memory Pool Memory Pool Refreshing

7,932 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (672,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,344 235,344 00000000000000685f66a6d4452013ea94acdf66679ec1feb3db289030d8a533 0.25 MB 621 195
235,343 235,343 00000000000000e7e04201ee42dc8df4f6aa67ca28d9766e9c93ad524631acd5 0.25 MB 850 269
235,342 235,342 000000000000010ef1898f28f8107aab17bad28c49669dcb9ae8c16682abcd51 0.25 MB 731 231
235,341 235,341 000000000000006ce19c0041efcb74b6318f4aafe914d4337268814cb22ad033 0.15 MB 186 88
235,340 235,340 0000000000000098ec61d86c9b2d7dbdccd32eda68e88edc35bce117904d2467 0.15 MB 381 216
235,339 235,339 0000000000000185c0246c1bc63319b842adbafa9151e8f6c63f07450c5c57d3 0.10 MB 192 152
235,338 235,338 00000000000001672044863713b3f15179a4a3a6d898e9f771d90731cd0107c5 0.21 MB 514 187
235,337 235,337 000000000000001c7d85dc6a8edd198b10e5edddd5412fa8c5bd107376a3bc10 0.08 MB 151 130
235,336 235,336 000000000000018f74cebf9db0ccb63bd62b51f2b0b82cd454b15fb072dff772 0.16 MB 370 211
235,335 235,335 00000000000000932688746014799d00eeb6d68aa9b754bd04b9be55e8deea0a 0.09 MB 174 122
235,334 235,334 00000000000000fa2cb4919bc687a27475f75f2886e9c30fee431e4319b4361b 0.43 MB 1,010 200
235,333 235,333 00000000000001637ce6a68b63ca8d346d9f604dc43673298a772d881260e8a0 0.09 MB 184 130
235,332 235,332 0000000000000016e7b10d056dff9ce580798048bed72fc73b0256963890ae8a 0.15 MB 273 123
235,331 235,331 00000000000001552e53a64fa8cef4dcff7e22d1d34f9cf81db766320d6c4d79 0.25 MB 614 178
235,330 235,330 00000000000000d3500c4650ffe10f1cc5e5d26fad87f8fc3301509ae86300c5 0.19 MB 471 170
235,329 235,329 0000000000000179c571b71bc4ac4d4240f4e06c48229b3f7cc5176abd410bb1 0.29 MB 641 152
235,328 235,328 00000000000000d90e2ca2831c9dc6f606b0feeacc2908843123f1be47650e14 0.22 MB 441 158
235,327 235,327 0000000000000158f9d8ad8d1eb2ad155badb88641a44e7f8966c9856a5dd574 0.23 MB 443 136
235,326 235,326 000000000000009d37a190fb813bfdeb9c38faf1b0ba7fcda12929b69bcd981d 0.25 MB 727 222
235,325 235,325 00000000000001316c9fada65f1d737cfe85d4b45cca7c2cb83898178388e6a5 0.07 MB 215 43
235,324 235,324 0000000000000190ed74381ca9117109861250b230e24da5fb1389e2d3726ee7 0.20 MB 461 155
Previous 10 blocks ↓
Total Size: 769.13 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,631.66 GB sent, 93.56 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.