Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,230 transactions (0.68 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,784 000000000000000000022b910000000000000000000000000000000000000000 0.68 vMB 2,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,783 (882,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,740 29,740 00000000f3cc4a157cd349e4e5aecbd0488339a54633549a7767109f1b3b334a 0.00 MB 1 0
29,739 29,739 00000000253c5388917593bbb7c4705a83cdfea3458cbeba75867d5aee35f357 0.00 MB 1 0
29,738 29,738 000000007ebddc364cbe95f769c7b02f4cd5eb06b23398171865be3c21586838 0.00 MB 1 0
29,737 29,737 0000000052f1af0ccc3248493c7faf1b2c5624bc33ba49b69996e106eba3605f 0.00 MB 1 0
29,736 29,736 00000000e47f8c51be8ff4efb58eb7bed0c8b4036304bf0c93dac1d45d9792e4 0.00 MB 1 0
29,735 29,735 00000000a60750a99e33b96642aefbea67faa43044c9e14e626504cdea9addee 0.00 MB 1 0
29,734 29,734 0000000091f44a1f0848786d57b9ec3918496435ce2cdcdd67ba53a182e0cd91 0.00 MB 1 0
29,733 29,733 0000000005dcb5dd2797c93f350c43d75d2980c683929c4c9548bd238477ed39 0.00 MB 1 0
29,732 29,732 0000000035ffc3da2cdd1f7f303373a9c4cc6c3a8d6c9393558715c64221c40a 0.00 MB 1 0
29,731 29,731 00000000b5691e08bec6493e339a68974e0bac644d75c9bc8f32c5990cb3b54b 0.00 MB 1 0
29,730 29,730 00000000efd69b57c1d962fa95f861e94547bc7a5ed818ff4b03cd055112f795 0.00 MB 1 0
29,729 29,729 000000008c116d5d4df5d0a862c5a4117098054523f88cec2a9cec0d9f991151 0.00 MB 1 0
29,728 29,728 0000000051b36cebcd119f5c1c9a50eaaa0a38ec82ec997bcc8e29c803f347b3 0.00 MB 1 0
29,727 29,727 000000005986a2274a7f94005ca41d23e22b4974f572614e6b19004f5dacbdf9 0.00 MB 1 0
29,726 29,726 0000000030cc6edeac219558d67a6b4f824093229cf70aa435269ff5ce32ef6a 0.00 MB 1 0
29,725 29,725 00000000a513149a31f19bc872eb8182437fa710f18a0f919d49ea974969365a 0.00 MB 1 0
29,724 29,724 0000000065c1474064d6048a9a71c5507c800961c8d50c8d6a2a2a041adf1c1f 0.00 MB 1 0
29,723 29,723 00000000f3ad25d7c6218dd8d7bfeb686d441d2cffc006e69375ceb63ce1555d 0.00 MB 1 0
29,722 29,722 00000000b561103161e3b57b00725b891747f34d3979d74115c00ac1156a3364 0.00 MB 1 0
29,721 29,721 00000000256414deb2fbf18e41b1f4654501532a8efea40e80320a107e33d5d6 0.00 MB 1 0
29,720 29,720 00000000467a4044f1d43cddbe64158e74cbb1198b0a3aa8e3cc3fc0a58dd250 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.69 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: 2,439.12 GB sent, 131.97 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.