Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,967 transactions (0.62 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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,285 000000000000000000022b910000000000000000000000000000000000000000 ago 0.62 vMB 1,967 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,284 (869,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,905 41,905 000000000fe162aaaa2ed022db6053be7ca85ff0f3e6379ce000868a9a1fd976 0.00 MB 1 0
41,904 41,904 00000000611c1b39f0bcb3996098bb695778e6e9246b7c8858d6a702b3c7f3ad 0.00 MB 1 0
41,903 41,903 000000000cb8cbb68c43580888cc8018e8a963fc725ed0e73bb16427e132daea 0.00 MB 1 0
41,902 41,902 0000000042cd328bfd8d0ac5024686a1c11fffc024f2c9e3553cbb05af78544d 0.00 MB 1 0
41,901 41,901 000000003591b0ea0f56381b30eee9b8bcdb721677bf4d70d7d8a4e499880a73 0.00 MB 1 0
41,900 41,900 00000000247136e252878c669840a733c97db7d9525458d889fa9d94391f0f2e 0.00 MB 1 0
41,899 41,899 000000005ef6a5a8f9b08299f0d160abdd874b7206b5f75fd1fa75c807c35064 0.00 MB 1 0
41,898 41,898 00000000540dfa744b3306cdb308fcd91c2fe6191c0e0692fe69e54b4154bcfc 0.00 MB 1 0
41,897 41,897 00000000562f26145b1d359a2866e4920a72f4e4abdf8acdb49907c32d832b64 0.00 MB 1 0
41,896 41,896 0000000052e75d0d8789fabd6cbe205335c9451c7bbecdc9c19268daee1194e2 0.00 MB 1 0
41,895 41,895 00000000575f0cb7ba780b276d4ea883e338e34f3392d8deb58f9a173a865747 0.00 MB 1 0
41,894 41,894 0000000042d296af5bb6410a23d6a3d604fd9c73362d90ba9a099edbf570f2ba 0.00 MB 1 0
41,893 41,893 00000000306f8a24ab3eb15bc493ccae9ae4807d01cff318eff9e15280f5ea6b 0.00 MB 1 0
41,892 41,892 000000004f5c4d63174ed47db2212f1aa7190f901e2ccda506883cfbfb1dc5d3 0.00 MB 1 0
41,891 41,891 0000000023820c0b3812a33bf0ae027d89ac3984fb859eaca6b3fd1421679dd7 0.00 MB 1 0
41,890 41,890 00000000233483d5a112a14daa7d4c0151e51c98037caaf8c14f3b841e429d8a 0.00 MB 1 0
41,889 41,889 000000001df8e365931dbc35d04be658a1a78f223842d15e99ff9d7f05f86b4e 0.00 MB 1 0
41,888 41,888 000000003a2698e3295ef9ebee8edde9208609769b329b0d8619c46f7eb145f2 0.00 MB 1 0
41,887 41,887 0000000007d40a2f528422a17e618117af3e53ca0c70fe93ca0d736e217dca64 0.00 MB 1 0
41,886 41,886 0000000004a7fe30cc4ed39ee325680630b49224e104257b3dabd74d262b34b7 0.00 MB 1 0
41,885 41,885 0000000017129ccff0c5747a2480573fbf7ddd9f346da5236fd4ec371a234924 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.77 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,394.44 GB sent, 127.69 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.