Memory Pool Memory Pool Refreshing

28,552 transactions
15.12 vMB
Show Random Selection Loading Transactions
Max Size: 86/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,663 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,735 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,662 (7,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,413 863,413 000000000000000000024c2e5b63fd020c513cf4a35e41c790b2adfdb3a11d1a 1.44 MB 5,340 6
863,412 863,412 00000000000000000002a8d43d313b4c501e8a92892f00e35124bb1d78f32c99 1.52 MB 4,122 9
863,411 863,411 000000000000000000011ca8391ddc90cbdffff2b160ef157e87a7aad460b1cc 1.70 MB 3,400 4
863,410 863,410 0000000000000000000025c11a8469e6fe6da78d8c838c49cd79d1936e555189 1.41 MB 3,672 6
863,409 863,409 0000000000000000000271fc2f7f64c65b3c9a0934301ba539edd4ee6e5ee877 1.47 MB 5,305 9
863,408 863,408 00000000000000000001c94ac0ba14b07bff8da36aa1f837091a9f722d191228 1.55 MB 5,292 11
863,407 863,407 000000000000000000024c5c4d4a41b64e8d2ef9de7e162e5510ce74a4dfff59 1.47 MB 6,152 12
863,406 863,406 000000000000000000021c8bb6b09b198b43e0814390a61fdf9313381d7a03cf 1.39 MB 5,769 15
863,405 863,405 00000000000000000002522dcb7bee56cbda01395d17aec40ad13a002ce96502 1.49 MB 5,723 5
863,404 863,404 00000000000000000002fbe4876af987038fb0ea25a8a5ea692293c2e3764108 1.51 MB 4,051 7
863,403 863,403 000000000000000000015da89bfb4ef81d5f9d375916e3920c49eff3091b5b43 1.51 MB 3,744 9
863,402 863,402 00000000000000000000f9f20ea02eb7577731aefd980553e720a5f0bd3ec71c 1.63 MB 4,426 4
863,401 863,401 000000000000000000009ef051ec714972c88c3c33742634e1aafa265dd1aae5 1.59 MB 3,630 5
863,400 863,400 000000000000000000031f3b350b41277209faaa790ca6ed46863df64ee2730b 1.47 MB 3,648 9
863,399 863,399 0000000000000000000112a9cff42b461c181fbf01a44ba96e4e32302bb15bdc 1.43 MB 3,971 5
863,398 863,398 0000000000000000000144e41947258874105baba775f2abe20e71ef17d4ea6a 1.52 MB 4,241 7
863,397 863,397 000000000000000000029879e2ac7b10a8c4f8a59d691c1ad442f89b1f630b33 1.51 MB 5,174 6
863,396 863,396 000000000000000000005764d6400896ba3d1721ce2ca90c80f27a61f7fefa80 1.47 MB 6,170 8
863,395 863,395 0000000000000000000145517878c4ccbe43232c0f4942508a3cfe447a799353 1.77 MB 5,261 3
863,394 863,394 0000000000000000000302ebe74c70c0732c28877834874c54df8d66630133ff 1.58 MB 3,716 5
863,393 863,393 0000000000000000000095eb3fb49b2aa868849369453f1e2ab252d89c765310 1.64 MB 4,752 4
Previous 10 blocks ↓
Total Size: 700.71 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,377.89 GB sent, 215.12 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.