Memory Pool Memory Pool Refreshing

1,701 transactions (0.45 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,028 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,679 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,027 (885,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,469 23,469 000000002587dc85ab865f207431b5d6d623a4220efd7c6f3559fdb49ac0f214 0.00 MB 1 0
23,468 23,468 000000003cb50724d6d65c1833a3b2519fb2af378c321616ef995c7a699df76b 0.00 MB 1 0
23,467 23,467 000000009a6fa80c93b19c2dcc0cf77c72e3facd5592b9f37570eaa85b83c7f0 0.00 MB 1 0
23,466 23,466 0000000082705b4fa6c91803855d887ed9ab8632226d9dcae448c51771725f24 0.00 MB 1 0
23,465 23,465 00000000fc9d999e0556251ca99b0eae4c1578c77e0b010220f0b9e632a550a8 0.00 MB 1 0
23,464 23,464 000000001140daa3c8bbf4b7d16ad4e088bfeb8aa11260b4f273842c3afaf563 0.00 MB 1 0
23,463 23,463 0000000067dd5d0f0a3fccbfd70d46d7d59ff222a1366b9f39fc9df0a312592b 0.00 MB 1 0
23,462 23,462 0000000029a336547593025765a51a26bece01c4980c796306dddeff3379701a 0.00 MB 1 0
23,461 23,461 000000001cd6ad7b6cde4dc31f3cdcd86c8dd1f47a777ea4a068579ecddfdda8 0.00 MB 1 0
23,460 23,460 000000001942bc448c8e36081feafd5af073bafb9dee7a786190e30b4236d873 0.00 MB 1 0
23,459 23,459 00000000648e3ae9603b4c829c289af2450cd8ce96efa139959ccabe4661c972 0.00 MB 1 0
23,458 23,458 00000000b8cb9b668ca5d4c6cad6a6bf1cec6c6b8da31c32a90f6442144a331b 0.00 MB 1 0
23,457 23,457 000000004cf6cb88c23cd8e4630a2734c5856ad3e9d4ed19f80bdd75e704681f 0.00 MB 1 0
23,456 23,456 00000000a6b6264e3d123b00c50c35f94ef3d3a1db37ed1015f2b7feaa486236 0.00 MB 1 0
23,455 23,455 000000001669819bbc16881ee02be42b49c874da2bf96eef3965c09245344aa1 0.00 MB 1 0
23,454 23,454 000000000173c85bbc0b36d32da81b68a1039cd12180e627a05f31ca8b9236c8 0.00 MB 1 0
23,453 23,453 00000000742b9a55522ae44345337d4a4608fab878557e783ebe4c93fb362473 0.00 MB 1 0
23,452 23,452 00000000da63e0992f7d19ec0f298f3c2d4cfbeedc24c8b6daf2de406291a3dc 0.00 MB 1 0
23,451 23,451 0000000042499d4a9000ca436858a40b012b11ceb84ca371474ff2ff14aa4dd6 0.00 MB 1 0
23,450 23,450 0000000097e6ec818aed9007a005b01ce6f3cd53a968a300a80b22cbff27220e 0.00 MB 1 0
23,449 23,449 000000009d413b31d77caf64d9ded1f300acad75b57a0beb48aaf022e2a5898b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,870.45 GB sent, 105.42 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.