Memory Pool Memory Pool Refreshing

7,553 transactions (2.33 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,133 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,017 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,132 (885,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,478 23,478 000000005f2dc0fb5818477da48939aa4ad81cce12108d86c613c736c15a4b03 0.00 MB 1 0
23,477 23,477 00000000b2d7bb08e9d92aebc656b099ce9ef44e90c080d6ab718bed33d9f627 0.00 MB 1 0
23,476 23,476 000000007766a7aff2f61d4bdab60f6de0b29b52bdff1b64e44a83322c3269b0 0.00 MB 1 0
23,475 23,475 000000007c5c5bbd79f329f9a8493d2fe2868c14bbcc1c3dbdde004af25542b5 0.00 MB 1 0
23,474 23,474 0000000039d7dfc75f7b6a444d17eda997bc759a90e938a25b38275bf3119909 0.00 MB 1 0
23,473 23,473 00000000e10b1f173b1be6b36102e0476b46dbcaa3f7e96cca717ed36e1500bc 0.00 MB 1 0
23,472 23,472 000000001a7ea28c2b56990cb7952eb9bfc432784805d48d8527d31643fa2f49 0.00 MB 1 0
23,471 23,471 00000000778841e717b48e977216815f6ebc82ec3aa39feb5fff153ea0d29cb2 0.00 MB 1 0
23,470 23,470 00000000dfd25bd12f0dc5aea4d00261d0a45cf5009759397b83fc7b87533087 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.79 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,950.88 GB sent, 106.56 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.