Memory Pool Memory Pool Refreshing

84,706 transactions
34.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,005 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,521 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,004 (22,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,463 849,463 000000000000000000010997eadbf67ec04b41929d9519ffd9982ef73967534e 1.63 MB 6,217 15
849,462 849,462 000000000000000000012df2b828191156c1fb0a9bfe11b473db952bbcfd2932 1.48 MB 6,177 14
849,461 849,461 0000000000000000000151627b0d04c0eec8af979190bc3e520b25a96b745c6b 1.51 MB 5,637 21
849,460 849,460 0000000000000000000283ed3518e8b48f277b33c233353805909bdf732466f7 1.51 MB 5,257 21
849,459 849,459 000000000000000000026af95add4e1a21138c6996b11765baa0f93c4b8a1987 1.57 MB 2,897 10
849,458 849,458 00000000000000000003436e06184f3819ead95339710f258bc5fd46100220f1 1.54 MB 3,743 18
849,457 849,457 000000000000000000027997f0c1ab6ad70193e67c33e9981c69cc047fcefc18 1.73 MB 2,960 19
849,456 849,456 0000000000000000000095fbce0a1dea2c836e5b7ed680347e4f3309104f64b7 1.78 MB 2,927 16
849,455 849,455 0000000000000000000239d99fd47745cd1c0312180b25a33e0d32a8f5c4db1e 1.87 MB 1,912 28
849,454 849,454 0000000000000000000015807e2c7faafa70d056b18f3baeb8a5413df5eaf5f9 1.63 MB 2,702 32
849,453 849,453 0000000000000000000319c0bde6b86a8e7ea1bc92749f8df1e6c8c07c3a65a6 1.58 MB 3,729 8
849,452 849,452 00000000000000000000df058a512b6dc41606eb5cd7ce79cc5c7653fc47b025 1.80 MB 2,440 11
849,451 849,451 00000000000000000000489a5d41196c18cb746164e75d5ec75085f85eb42534 1.65 MB 2,434 19
849,450 849,450 0000000000000000000035036e4873c3bdb88166ea87f7e909cbf02485f4b771 1.77 MB 2,276 12
849,449 849,449 0000000000000000000060c9aeaa58ce8596532867772cb9728c32691fadf628 1.62 MB 3,306 26
849,448 849,448 0000000000000000000220831c24b6ee142400031b68acf8a654c5cdbd735eed 1.50 MB 1,601 13
849,447 849,447 0000000000000000000077ce24e3376daa836cd3829ece98aa2fa1294f6ca372 1.68 MB 2,444 18
849,446 849,446 00000000000000000001d98a70c40d3255d42620feb5e31815af94a5f6709c1e 1.85 MB 2,322 19
849,445 849,445 0000000000000000000277117c5b094ed42ac93135b7198764df3e83376b5752 1.77 MB 3,219 21
849,444 849,444 00000000000000000002dd4c2be4800515f240004ae8976e21f770d88db15628 1.68 MB 3,297 25
849,443 849,443 000000000000000000001f51dc7f7785f031c69ab7aa69e2450c372e40d7c3ad 1.94 MB 1,496 24
Previous 10 blocks ↓
Total Size: 703.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,584.99 GB sent, 232.80 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.