Memory Pool Memory Pool Refreshing

988 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,036 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 969 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,035 (599,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,464 308,464 000000000000000006e88dcd2c382019afb477725b181472a0aff75b04568fb0 0.25 MB 434 24
308,463 308,463 000000000000000032054a3e5c2aee76be2dc87dd28df08c9662a4adcac7af53 0.09 MB 256 36
308,462 308,462 0000000000000000371ac7e9046dc2f6bab43d8386d422b035e9861c17d40b52 0.05 MB 120 28
308,461 308,461 00000000000000001e0767b2f2fcd2d729f5c44fec4cab794379d21e58cc2643 0.29 MB 312 18
308,460 308,460 00000000000000002e398c6e234d50ddfae9dc9e45fb64b053122e0503d111e1 0.06 MB 105 25
308,459 308,459 00000000000000002b0ed7c7a2d7d20610b70c4e33827cb66621528ca0480ad8 0.09 MB 196 22
308,458 308,458 00000000000000002a09355bf46c3bafb7ab02705bfe572836081523342749e7 0.24 MB 413 28
308,457 308,457 00000000000000002af52a763ed90b49d189664b0ffeaa0316087aa2f044cd96 0.17 MB 375 33
308,456 308,456 00000000000000001cf4a4ba586e59578f63a02fe58a9f219b841600e7e5b014 0.27 MB 537 33
308,455 308,455 000000000000000014f1e68c9e6dc9bea094c0d6367d8a41463e3911cb1b11f3 0.15 MB 295 27
308,454 308,454 0000000000000000258f752a24c548e9290b912b4845c8f7c53d711b6da7c6d7 0.05 MB 114 25
308,453 308,453 00000000000000000aafa8af759aed7c69df49955491f191189ff7c5f670fb9b 0.06 MB 136 32
308,452 308,452 00000000000000003031c1e688149a606b0011fbc0e86792441feac58ae470f2 0.40 MB 790 30
308,451 308,451 0000000000000000148a7eec2ed69a4ab631c3bc504f4f01c33ef1e102fe0653 0.12 MB 186 25
308,450 308,450 00000000000000003971d963072027050a3cd8e1e44f22c39101fbdcc0db7a8c 0.28 MB 524 31
308,449 308,449 00000000000000000330fb45ce84f00ddfc96007e8f2879fd97b737ee1c96105 0.26 MB 443 26
308,448 308,448 00000000000000000828e7f7f643a00d1449041dfff89775139ab8e5ed2d7d58 0.01 MB 14 25
308,447 308,447 00000000000000003ff2a53152ee98910d7383c0177459ad258c4b2d2c4d4610 0.14 MB 221 24
308,446 308,446 00000000000000002eed85d8b873670ff9608a32b8f58f052c301477993cf9ee 0.32 MB 603 32
308,445 308,445 0000000000000000127e601d70a08245cae3c6a0db4a291b1c637cb9b7577356 0.57 MB 1,048 28
308,444 308,444 00000000000000003ecdec2b179b97c8cfa333c454e9f20dbbfceb680320484d 0.03 MB 69 30
Previous 10 blocks ↓
Total Size: 769.61 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,651.70 GB sent, 95.94 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.