Memory Pool Memory Pool Refreshing

6,922 transactions
31.76 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,912 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,945 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,911 (66,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,464 797,464 00000000000000000004366a44ad9406c5e1c93fa1c162ed5777d6f519ee7251 1.61 MB 1,966 13
797,463 797,463 00000000000000000002435de3e7d25ba52550e5104dd113a830a1e8c254c260 1.89 MB 1,428 15
797,462 797,462 000000000000000000046ebe6e55fd3090903aeb4bdd28c19dc4c44238d45b49 1.63 MB 2,917 18
797,461 797,461 000000000000000000027c225e51da51e8eda6cdee396d157dedb1c4499f3fc7 1.45 MB 2,471 18
797,460 797,460 000000000000000000015df01884c4fcb5912cc05c70dfc3ffc65d40406682b9 1.38 MB 1,922 20
797,459 797,459 00000000000000000002bf44d66806294d0c207b3ec13976d00b50368db1ca82 1.63 MB 2,615 16
797,458 797,458 00000000000000000000ff38ad1b52617cd6e6e0683382880143e57852e2d538 1.53 MB 3,402 26
797,457 797,457 00000000000000000000f02380e3e52938cc30a40e11af236fe05a4bc478c245 1.41 MB 2,516 19
797,456 797,456 00000000000000000000dda7aed36fbd32f4022501b83147dcf959847a75ce4e 1.37 MB 1,727 17
797,455 797,455 00000000000000000002ac17161c55cc0a02433fd59cbb7fbba21aa2bec5f374 1.51 MB 2,870 23
797,454 797,454 00000000000000000004c7ea31af226451ce7a26212b29072c913d2aa5bf5af5 1.43 MB 3,023 24
797,453 797,453 000000000000000000032986e4c7693b768ad31785d002eb2beea56e3091c182 1.54 MB 3,568 25
797,452 797,452 000000000000000000032e4de424db9c3d979c9e7112526672c54430f87a02ec 1.43 MB 2,935 21
797,451 797,451 000000000000000000012c9badb205e13cab42daf5c16c4826fd485153651166 1.54 MB 3,114 29
797,450 797,450 00000000000000000003f57ccbb4a564e310362d1215a62c21abbc4fde03a925 1.66 MB 2,111 13
797,449 797,449 00000000000000000000ea7a53575191b9dbe857824cf4ce55b2ab653c2adb7d 1.45 MB 2,115 13
797,448 797,448 000000000000000000034e44c6c698574802431b1695fbf3db7ec77f4de86601 1.62 MB 3,416 19
797,447 797,447 00000000000000000001c09d0f3066c3584a481d1ba37b1a1f7ba8a310545fa9 1.62 MB 2,740 13
797,446 797,446 00000000000000000002c0e5afd762c670e01c05c591d2aa28bd091296056175 1.59 MB 3,458 18
797,445 797,445 00000000000000000001eeb610d29d53165c415b66311d79979714594b818010 1.46 MB 2,898 28
797,444 797,444 00000000000000000000d5247c9f40d4bd2152a30f56fb2e39f0cf3570845db2 1.62 MB 1,710 9
Previous 10 blocks ↓
Total Size: 687.85 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,527.44 GB sent, 124.48 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.