Memory Pool Memory Pool Refreshing

61,558 transactions
25.22 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,199 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 3,785 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,198 (47,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
825,303 825,303 000000000000000000031e34fd3df0e1ed1e5fc3cfc906c2cf28ed5c424a71ea 1.18 MB 766 31
825,302 825,302 00000000000000000002ee851ea11152d0fd143ccafe8809ed182e93602aac9d 1.41 MB 2,009 42
825,301 825,301 00000000000000000002ced81af570e8aa370eb664be5671fba46040c12affc2 1.52 MB 2,620 52
825,300 825,300 000000000000000000006caa1ab0003ed704cbc5786126a7f2e6980eba6411d2 1.45 MB 2,648 37
825,299 825,299 00000000000000000001f92f465924a946f400b465201f5ffe7b2c8df3410fd8 1.57 MB 2,408 34
825,298 825,298 000000000000000000030a6f175a55010a153dc685ea54caaaec0754a32db228 1.85 MB 4,479 55
825,297 825,297 000000000000000000014ba510f2269636f0d29e3d3b6b1345e7629a495e2233 1.81 MB 4,312 45
825,296 825,296 00000000000000000003c1c1f663743559bab755ce0717bcaed621e1780ca4df 1.76 MB 4,573 47
825,295 825,295 00000000000000000000ab945e6a631c0fcf4d4adb8abd8266e3bea81afe5118 1.67 MB 4,580 61
825,294 825,294 000000000000000000019bfadab0bdc113c6e4cab01d578a77ed973e512c0f05 1.68 MB 4,536 65
825,293 825,293 000000000000000000023d5d0562be18cbd677c9b28dca1a3c105b003612e8b5 1.83 MB 4,242 62
825,292 825,292 000000000000000000000dbc603a8c6ddb8fe4ad27847a4a6f761cdcb6162c5a 1.67 MB 3,819 65
825,291 825,291 00000000000000000002df4d080f46e9b0eaaadb94652799e1f0018ec44ea341 1.54 MB 2,693 37
825,290 825,290 000000000000000000018e9a8fa2e12808cd5912a208e7e082b019d2ce1cf454 1.59 MB 3,106 42
825,289 825,289 000000000000000000009937636722f390232e88b8a6590b895f8d3518263252 1.46 MB 1,653 38
825,288 825,288 00000000000000000003544bddf47850b8e557bd98a46a0d2d30ba24e8b69458 1.25 MB 1,616 34
825,287 825,287 00000000000000000003244e915de0d6508283a9372e4a96de1924b8a540a1dc 1.27 MB 1,610 40
825,286 825,286 0000000000000000000294583344335bc183e64512153b3afcff602080c83342 1.07 MB 520 31
825,285 825,285 000000000000000000034e8ea92322f59438f61266d86d147837286103a766b5 1.22 MB 1,273 36
825,284 825,284 000000000000000000017e6bcfee2f455f7246c8ce4ffaf91bd0a4c067777984 1.33 MB 1,901 45
825,283 825,283 000000000000000000027a42d3c3278594874f331d783efca9bbc3a1d996c8c6 1.23 MB 1,070 33
Previous 10 blocks ↓
Total Size: 705.40 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,687.61 GB sent, 246.85 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.