Memory Pool Memory Pool Refreshing

72,813 transactions
30.42 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,016 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,015 (22,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,105 849,105 0000000000000000000236dbdacc1cd51ab02067b9e7114b4b71311f7ae9a405 1.79 MB 2,442 14
849,104 849,104 000000000000000000035c4275cbbafef77af88f6a6dcc3961b6567c4bcba319 1.55 MB 6,560 9
849,103 849,103 00000000000000000002e6369075d92374020c58c0556365904ec380192450bc 1.73 MB 4,072 13
849,102 849,102 0000000000000000000073a4def1c60d5b606532fca8b7c6cf7bc23694251884 1.67 MB 2,431 16
849,101 849,101 00000000000000000002ff711ebfce0a9c3efa1451c5e4349dfb3b3009dbcb9b 1.61 MB 7,319 9
849,100 849,100 00000000000000000002518f13098e3e61ecfb2c5281bffcb57a7c6a07023931 1.56 MB 7,767 8
849,099 849,099 0000000000000000000094a396b920cac6e5d2ffe774000313202e05c67e281f 1.62 MB 4,701 13
849,098 849,098 000000000000000000033233df47d8b62ad55c79a26f5b29eecd85e712904791 1.65 MB 2,779 17
849,097 849,097 000000000000000000011f2450935266acafd1fc42ddd06665fe8634a8fce8f1 1.69 MB 5,071 8
849,096 849,096 000000000000000000006de788a3bfc9da44410e1c02b16b3ff5b10e341c9200 1.66 MB 7,162 8
849,095 849,095 00000000000000000002b16a8166e5ce87f2b85c86aeb6408e20c965c30e83bb 1.63 MB 5,569 10
849,094 849,094 00000000000000000002c84e73891a68a1f01af1b6fdf817f8d6ceedc90afb14 1.58 MB 7,806 8
849,093 849,093 00000000000000000002391f25928d2798f5fc9ebff311941eccbd383e9834d1 1.65 MB 6,822 9
849,092 849,092 00000000000000000000e108c5175b8a904d5a75ed3e30041db6425603034707 1.63 MB 6,405 10
849,091 849,091 0000000000000000000252d8b0b4c3a5e97b0ff5bc9adae3892cacb3abddf765 1.52 MB 1,661 15
849,090 849,090 00000000000000000001f4d21d1a5d7735bdaf0004522e5ff81b4e6d2daf13c5 1.62 MB 4,210 11
849,089 849,089 0000000000000000000143f2b16c524a32240968b8bd2808d93e0eb7ae6498fa 1.50 MB 1,245 11
849,088 849,088 000000000000000000003ef7df1b25b26213e83460f46dd92da5c7629e03a3b2 1.47 MB 2,125 10
849,087 849,087 00000000000000000000537af5218a4c23fcb6b6ab4263f81c7f64fe341c30c7 1.66 MB 6,248 10
849,086 849,086 000000000000000000021771e939800cd5491abeab1eb858619325548457f29b 1.62 MB 962 9
849,085 849,085 00000000000000000001f7cf58ba60ea5d5a0f0a02c8783cbe688398cc38bcd8 1.70 MB 2,713 16
Previous 10 blocks ↓
Total Size: 703.24 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,585.37 GB sent, 232.88 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.