Memory Pool Memory Pool Refreshing

44,947 transactions
30.64 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,479 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,228 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,478 (206,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
655,573 655,573 0000000000000000000808b8229113136cabcd5636221b899961f5f1e618d0f8 1.10 MB 2,478 267
655,572 655,572 0000000000000000000d3aa83e5f50f1c03784312d6eba736dabb238f724ecd8 1.23 MB 1,734 290
655,571 655,571 0000000000000000000fbcbc38aada62d25c13089045710f948b3a6753ffc45a 1.35 MB 2,139 336
655,570 655,570 0000000000000000000a16fde5f14c2260f42adce38a66672f7f18aba90c6f26 1.29 MB 1,938 361
655,569 655,569 0000000000000000000fb80ef2cec90970610591102c552fa7b0c240a9dd7f5d 1.30 MB 2,632 334
655,568 655,568 00000000000000000006634b57aebee6172c9d27f53fc220c5ed27c1a8759038 1.26 MB 3,030 253
655,567 655,567 00000000000000000006ef461870e84d76c08a52584b06b3640504e9bcc4e888 1.43 MB 2,516 307
655,566 655,566 0000000000000000000a3887fe99d2e52e7b199b8d21f0afdd785d74d7544b69 1.27 MB 2,868 317
655,565 655,565 000000000000000000047b3f7fcdbb9b7f1be2a9dfd2cfcb3e7a7ab4f3756c8f 1.24 MB 2,880 274
655,564 655,564 0000000000000000000f79f8b5444b149f2caca1d8f07785462150af8944a8b5 1.29 MB 2,340 329
655,563 655,563 0000000000000000000d33a438d193ac209f126089a277aa92c5da397a48f6e1 1.25 MB 1,798 297
655,562 655,562 000000000000000000026e7a4a4c4ab4e89fb75a7d54aa2c10a47e14e8d137ba 1.28 MB 1,802 350
655,561 655,561 00000000000000000010c0b2afa4f5f6fb78ba587e2b39a896ea21ee117bb3f5 1.21 MB 2,060 349
655,560 655,560 000000000000000000053bba4507b8e76d4da23cfdb4796631adb440fdc31c07 1.41 MB 2,753 315
655,559 655,559 00000000000000000009fe81c9114dca9e841d4f6a4bf1b0efa0bad1b21c8d5d 1.26 MB 2,458 351
655,558 655,558 00000000000000000004a2ead3474e9b7dc8e4d6006af902a7f97b9dc66b4ed3 1.27 MB 2,790 355
655,557 655,557 000000000000000000022588f5b2f40168be65fcbb8f07ab39a58f07d75daf2e 1.25 MB 2,449 386
655,556 655,556 0000000000000000000b86c6c6c0debe758c9f41db4581f2fff8bf4f42a97806 1.19 MB 2,453 118
655,555 655,555 0000000000000000000686a2abc499a62b9236536e55170820273f56182270fc 1.27 MB 2,995 240
655,554 655,554 00000000000000000007da9855029ec4f1c760beb7f17fd84ab299064298134d 1.26 MB 2,634 165
655,553 655,553 00000000000000000010c038bff0e6a288a9fc0a4b70b941a124701154ba70f5 1.37 MB 2,913 322
Previous 10 blocks ↓
Total Size: 685.08 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: 1,370.92 GB sent, 105.89 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.