Memory Pool Memory Pool Refreshing

2,083 transactions (0.82 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,764 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,072 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,763 (848,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,728 60,728 000000000c9ea0af03c8259bb1bc0e7f1508e104234bc9b38196ed39e2b5c73f 0.00 MB 1 0
60,727 60,727 0000000004ff32ea46ce9a92304d7638dca35a12c7e25a4bcddf0ee8e6ab496a 0.00 MB 1 0
60,726 60,726 0000000002c1117a40661bc2e453811c93339afb37d280a831ee0648bdbc3f26 0.00 MB 1 0
60,725 60,725 000000000c3c0984ee55b2db3d120f499191c39bf465512dc239522cbe1de5dc 0.00 MB 8 0
60,724 60,724 0000000003fbe25ec57d2cd3cb46d1c44f6c69284e1a845a406dcc6e07c92688 0.00 MB 1 0
60,723 60,723 000000000413774dbccfe658262f4183e37099e24c3d6f8cea8c5d700837b2a2 0.00 MB 2 0
60,722 60,722 0000000003e3af39ae9953144dc7f8b9eea626ae6d98d784f7ad61e33e2aeae2 0.00 MB 2 0
60,721 60,721 000000000cc2fa5b3c57a140e2fe78431391346ce48a90fb950881f8f9be1be0 0.00 MB 1 0
60,720 60,720 0000000001c41d180b99775b4f5a083f3bc98ab4e72422e108c3930ad9034264 0.00 MB 1 0
60,719 60,719 00000000069083a3ca36d0cdebb72067a926348c5487507441cd97e968d79805 0.00 MB 1 0
60,718 60,718 0000000008025869e8327368c575fe5d2c569ddafd965ec566ad325448ae6bb8 0.00 MB 1 0
60,717 60,717 00000000023e4137c36a0ad2938fd166cd2c5245a665ae40a8647ddbcd2172e3 0.00 MB 1 0
60,716 60,716 00000000045e68ec3ea6edafbf9689178c4297eeacac7f47cb25321c5c910906 0.00 MB 1 0
60,715 60,715 000000000e599ef562ac8821a16860a06ae8cbceff36ca06a4065317528b5146 0.00 MB 1 0
60,714 60,714 000000000c34d119bfb9ed8d4f3de1cb0642b984c1ec81887c9e933f628d270b 0.00 MB 1 0
60,713 60,713 00000000025fad31e926d697ec76688a5ef7ad5a1bf509e5e8b884f9271ba7ce 0.00 MB 1 0
60,712 60,712 000000000e3eef70ea996053e2e8b22015a06425710612c2a7875e7bd4f0a8b8 0.00 MB 1 0
60,711 60,711 000000000474f66a1133ffd8f0c38398f35057dc8095557d3afda3a5d36a92e2 0.00 MB 1 0
60,710 60,710 0000000006731d004521f6499993cd1f18039bf9d2e6b8f7d4d5f0c9abf64495 0.00 MB 2 0
60,709 60,709 0000000005bca4eb54cae51d9e6847d36b5b2324f8f23ce396b58756541e4a1b 0.00 MB 1 0
60,708 60,708 000000000a5edf24f0392f264b16b9b4de2826581699d7bb6f46082d35252395 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 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,856.44 GB sent, 102.59 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.