Memory Pool Memory Pool Refreshing

81,093 transactions
32.43 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,003 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,002 (318,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
553,259 553,259 0000000000000000002cddc2701f96cbd556a64f62469ac20484e39794db01aa 1.26 MB 885 1
553,258 553,258 0000000000000000002d8fd13019501d4416f4ed8c5ab05a17990bdb77fa643b 1.27 MB 2,268 12
553,257 553,257 00000000000000000019d7b569ed92cb8030934a5f1b4ed9146af8653e72e3bf 1.10 MB 2,081 10
553,256 553,256 00000000000000000029a8e66d37bbf8bdc0b01fe7eadcfce1f04d1c7b90b947 1.25 MB 2,509 13
553,255 553,255 0000000000000000001eea8340ae29cbe73173dff65ae44f6ec204cd11c10034 1.22 MB 2,789 32
553,254 553,254 0000000000000000001c48da2a21c9d098efcab0f4904ff4773c0896c63c62f8 1.24 MB 2,985 36
553,253 553,253 000000000000000000271c579c88555b439e108261ba096ab217c4b0e5c5a929 1.19 MB 2,224 19
553,252 553,252 000000000000000000171c470e931d2c95c34c6ebb1db3d3b210778e47aa4421 0.63 MB 550 2
553,251 553,251 0000000000000000000d9761cf05bffc744146271b0f949095441101f1de0743 1.21 MB 2,397 13
553,250 553,250 0000000000000000001b592dfcd166df0a144edd43b6d7c60c6b7d86b8bf53dc 1.16 MB 2,778 15
553,249 553,249 00000000000000000028ac4c8adb2d802a0f9a887961bec28039acf0e3640a06 1.29 MB 2,710 36
553,248 553,248 0000000000000000002f82a1d5d29dc523e2650c2b230e4fbb24980a240b05b3 1.12 MB 2,000 10
553,247 553,247 0000000000000000000b893b9b69e64ee27414217b5c554128e7879b6c2c1091 1.19 MB 2,524 22
553,246 553,246 000000000000000000061e02476d767ae4260458308f8763e531128dd4ffb944 0.22 MB 466 17
553,245 553,245 00000000000000000005aab4a99cfd9f675301e6eb7b1b590311c693d6b25839 0.33 MB 242 5
553,244 553,244 00000000000000000004d8cd516071e3b0e6e28380cd4ef7fd381ba37a124f77 1.10 MB 2,255 4
553,243 553,243 00000000000000000023fbe8523391f2155f5c5b2eb57568185ad3a8a3703d79 1.25 MB 2,583 17
553,242 553,242 00000000000000000014b6df655e2d0a3976275cc9238a9dec6f9a3f1e70f4f7 1.21 MB 2,210 34
553,241 553,241 00000000000000000015aaea2e240a40c8cf7e3f0f9968a40dd0e07af88f6e02 0.19 MB 355 15
553,240 553,240 000000000000000000016d1983004b02fc32513e26056d754f4b2678b7b287cb 0.80 MB 948 8
553,239 553,239 000000000000000000300ad75dfd113aba00e9b2d5364a38457e7232870e2945 1.15 MB 2,328 6
Previous 10 blocks ↓
Total Size: 703.22 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,584.80 GB sent, 232.74 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.