Memory Pool Memory Pool Refreshing

73,234 transactions
32.99 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,851 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,339 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,850 (67,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,409 802,409 00000000000000000000b9d771f5c399cf2013a96afa8c1f7a9546a843de1102 1.08 MB 458 11
802,408 802,408 000000000000000000039e26f4d86ae74b2ca1c2b256d14bf9ce6686ce1dcf8b 1.13 MB 706 12
802,407 802,407 00000000000000000001a60ead608f015cf8b8513ccb352232cb9349d13c2bf5 1.24 MB 1,479 14
802,406 802,406 00000000000000000003d27377d0728b99ab4882546951760deba79bc14a8828 1.75 MB 2,646 18
802,405 802,405 00000000000000000000526c35ec85586feefbff9924af1b92e46f1ceb5060be 1.60 MB 1,726 19
802,404 802,404 0000000000000000000416a331cc3b9e4bd664d1be98b390366133bf99fe7d11 1.46 MB 2,384 24
802,403 802,403 00000000000000000002ebc9b14f07203c3e646abce128e2f8a39ec032804a3e 1.50 MB 3,334 26
802,402 802,402 000000000000000000031dc3f390d986a8740db6e18cf39b49be4a260d43146a 1.58 MB 3,863 29
802,401 802,401 00000000000000000003bde629ff09889b3028adfa7cc89b587286fdb08d9911 1.58 MB 3,202 34
802,400 802,400 00000000000000000004110731130b75bb1445acd8a941fa7122d026fff0e819 1.51 MB 3,753 35
802,399 802,399 00000000000000000004d48c29168d63b092d7a7de82c4b5d96b09fb3f14ec3e 1.33 MB 1,853 18
802,398 802,398 00000000000000000000efed1642d958181b6f8fdf85327798f59135621a83ac 1.31 MB 1,174 17
802,397 802,397 00000000000000000000358186c48abc20f85452f6a218df7e6f718f3b44d260 1.31 MB 1,768 23
802,396 802,396 000000000000000000016c19462d5d28ba6a3cb0707260ff72a67e59048285d9 1.69 MB 4,005 10
802,395 802,395 00000000000000000000b8102684bd127e072d7c1c1a58edc6330b17257a34f3 1.98 MB 4,315 6
802,394 802,394 00000000000000000004404fb6123c16f4d516c7d27c5ad5ff6ed16444bf8bf2 1.75 MB 2,723 16
802,393 802,393 000000000000000000008b97f76329f9f89826c5a526730038e22177003479b4 1.68 MB 3,182 20
802,392 802,392 0000000000000000000071c5209e548fba228656bd961b4b4bb57554aa73951c 1.35 MB 1,973 16
802,391 802,391 000000000000000000005d9792a35c0c92d7aca1540480e3612d0affb5ebc290 1.91 MB 2,219 16
802,390 802,390 00000000000000000000efe87e8ec99d8200ae3aef3ddaa140821cee8ad36d0b 1.72 MB 2,848 25
802,389 802,389 00000000000000000003734ab705d2e104a6c9f9e8df950cb24ca46a3fab8ff7 1.56 MB 3,570 35
Previous 10 blocks ↓
Total Size: 699.18 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,127.02 GB sent, 205.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.