Memory Pool Memory Pool Refreshing

11,400 transactions
4.80 vMB
Show Random Selection Loading Transactions
Max Size: 27/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,749 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (678,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,387 229,387 0000000000000138b8b049ef6c1d4abb45743faf01ded7b0a9ccd84c9b30eef1 0.25 MB 536 155
229,386 229,386 00000000000000979512df4b16d3105eb8c4ba4c3398aab49d058a575c1b2c29 0.04 MB 128 102
229,385 229,385 00000000000000bd07a6c6e4fe2587f9feaf513ab22d6a4277e2f6fed5c048af 0.20 MB 458 165
229,384 229,384 0000000000000043192ac97cdc1da725722adf195686fe21b7accc76ef91227e 0.15 MB 218 336
229,383 229,383 00000000000001f5df92e83a4d5412f883577c35e4354591f1d8d3a3547be6f0 0.17 MB 328 149
229,382 229,382 000000000000025a348d20227764e6b404e69fc1fd21b92034b8ea2058d58f53 0.13 MB 310 156
229,381 229,381 000000000000027b51cc7aad3e0901a21664f6ca55ebb1da3731074997aaf1b4 0.21 MB 471 176
229,380 229,380 0000000000000228f9a6118d43a8bd735d8ac425f7bbe7b377fce076eb7bb972 0.15 MB 270 92
229,379 229,379 00000000000002209d4606a8de3693a028ae7d82d78a5a2a9919ad78b2b13431 0.12 MB 255 149
229,378 229,378 000000000000001dc609ce510172edd81bfe621ee5bd3860a37b004201fa4c77 0.20 MB 485 192
229,377 229,377 0000000000000041e8e8d59149d5a017617fef579b1aaaaa26c3237dbe3c5ef9 0.22 MB 473 137
229,376 229,376 00000000000002646e4803abcc83222ecd3aadb411c8769f3dfaef714a42d173 0.24 MB 564 155
229,375 229,375 00000000000001cdcb1c35999999cf30932ba8f08b5821d7e8250482b4f447e3 0.10 MB 334 18
229,374 229,374 00000000000000e117b341bb478620655b26c495883ce98ad0f9dfd8fcb5869e 0.14 MB 352 167
229,373 229,373 00000000000001c1df2543c61e1cb20e8b8a9a80616c6398af3db66e79aaa954 0.22 MB 480 205
229,372 229,372 0000000000000073c722f9ca2717d797c48fa20c577a98710b9fd6353e11bc6c 0.05 MB 111 98
229,371 229,371 0000000000000170326dc09ff7b5bbca8c2855ca9ffd9612d1950adcd5c6e22f 0.25 MB 353 121
229,370 229,370 000000000000025309773ed25b0bed26cccc1a6e5d5b5a1b6270d13879f5ee2b 0.25 MB 630 172
229,369 229,369 000000000000007421413b8e781bc59b042aa70077371ff32e836277b760a4bd 0.25 MB 503 99
229,368 229,368 00000000000000e5bdced6dedd1dc70a36e85884449123daab60aaed8292589c 0.22 MB 442 162
229,367 229,367 0000000000000085fc9aab75c5a416ac55ba89f44f9e405beb2fb0abd8d9ff6e 0.36 MB 687 129
Previous 10 blocks ↓
Total Size: 769.03 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,625.11 GB sent, 93.02 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.