Memory Pool Memory Pool Refreshing

56,441 transactions
33.43 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,439 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,335 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,438 (746,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
122,733 122,733 00000000000048fe5e6fdcdb799336ef1b08a7755b4545dc69e4ce1223ef21b2 0.00 MB 13 524
122,732 122,732 0000000000005facf69c30c51d8091bc7365a133254eb0290d55bb654c81dfbc 0.00 MB 8 249
122,731 122,731 00000000000029d2c64c44b4fb277923b5111dde67efb62d40d1c0d55adf80a7 0.00 MB 7 2,972
122,730 122,730 0000000000008626b515d9280190378a2ec703fa3be40ae8cbc8a27c3258bea7 0.00 MB 8 349
122,729 122,729 000000000000277c9e08833e6325309d5949c6b9900b4a76bdfad46e35a5710e 0.00 MB 1 0
122,728 122,728 00000000000067c9d8c98be22416c628ea7dbe4bde4d7644d74c69ccc221196d 0.00 MB 7 497
122,727 122,727 00000000000077dbe3ec2ce91e3341ad6e1e4a762b00814f361ef12b7f354f6e 0.02 MB 28 546
122,726 122,726 0000000000000eb282749028ce4e6c12b0fcea24cd022257363d36e5b8624033 0.03 MB 9 988
122,725 122,725 00000000000086295d6f4f1cc927c98cd3e1584f0de5daff471fdbbfd9801d11 0.00 MB 8 318
122,724 122,724 0000000000006088d1ebe91bafbc53e9f02f43e0b95508f8efb63c44479594af 0.02 MB 36 1,877
122,723 122,723 000000000000177dade68d02a6d6828a6a4bf4da4d673b1805856c1f53e83fd3 0.01 MB 5 157
122,722 122,722 0000000000000e6f080a5c597bdd2eb655ff9008639c4f875749aafb19481ffb 0.00 MB 6 0
122,721 122,721 0000000000006486a7f60b8db1b4008681c087252556908f529a6f3b0ac25c85 0.00 MB 15 0
122,720 122,720 0000000000004416151fd0ee6e0a47aad2e09b7ef80a52c44dc3323320644a91 0.01 MB 11 958
122,719 122,719 000000000000705317548db7d3005d35488f6d26cf1ee7adaa339f6f4b2ef333 0.02 MB 60 905
122,718 122,718 00000000000084fa23816605dd7e62684a34c10513e6d1cce567b8fe693f80fe 0.01 MB 20 1,716
122,717 122,717 00000000000008e615fd35aff2d18e1d48d87201f56cdec42fec5959101af562 0.00 MB 10 0
122,716 122,716 0000000000003e0890e9e7da36f99a8a66dee60acaef10efd27c6d80bce340bb 0.01 MB 20 359
122,715 122,715 000000000000711d5cab3b3296e70ffd67eacc5d20f865ce7b315ec06d9dd94b 0.00 MB 1 0
122,714 122,714 00000000000097c4e4e54c80dc0fa90da2e7f669260ce96c26f301035a18527b 0.02 MB 40 837
122,713 122,713 0000000000008656a002358d32377de9211250a9e971422a1b925e9d77ea83ac 0.00 MB 8 2,769
Previous 10 blocks ↓
Total Size: 698.41 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,084.66 GB sent, 200.20 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.