Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,047 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,505 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 1,043 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,504 (892,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,157 19,157 00000000a1476c24dade7ff491a677ae94daf4a16da67a5de321e550ae2913ab 0.00 MB 1 0
19,156 19,156 00000000a34a18b6aa8fda649ebd1aeab2d17cf2b11c4af283c5cb5db61a6fee 0.00 MB 1 0
19,155 19,155 00000000483dea1134ee12621ab4911be37fc5b2350b239e1ff971e91833d423 0.00 MB 1 0
19,154 19,154 00000000f81f30e10ce786e277c657a71a1a2997f8737264b23a74d5101c33e8 0.00 MB 1 0
19,153 19,153 0000000092ab4647e6918a7a553f2da38467accfd8f2ac92d79a4dc79c8b97fe 0.00 MB 1 0
19,152 19,152 0000000092dde1fa40bea243e872c9cf7aa83558d16fd7475200c7521f35ac28 0.00 MB 1 0
19,151 19,151 0000000091fa400b506305cd21f7231e9d010ba2bce3c2241cf5791786fa57be 0.00 MB 1 0
19,150 19,150 0000000018f73241264a63cc1b98bec00b758da668248d068e2d1f2f77ddbe76 0.00 MB 1 0
19,149 19,149 000000004a7500e2aa87af0b54ecb46e9a14c489ea3c580b5669e4dfbeae3410 0.00 MB 1 0
19,148 19,148 000000004739e62483864d8624a498d612483221dd8155ff4396f82634bb931e 0.00 MB 1 0
19,147 19,147 00000000f88394363ad2a53ef74006e084a32ec6ee2df7484aecd22837f58b12 0.00 MB 1 0
19,146 19,146 000000009eede45db9508a28d156b4fb2ce4989dee8186465024bd7d6ffc0433 0.00 MB 1 0
19,145 19,145 00000000500f6d6cddcbffd1807932b610e1573f8ebb251d2d25030c68d9f1af 0.00 MB 1 0
19,144 19,144 00000000e2f550361e7ac89a49bb92ff41be82d04dab29bfd9655e92af6275a5 0.00 MB 1 0
19,143 19,143 00000000c1c91c27ef219f109da403de8ea6b010ac3f5a27d7293182d6222257 0.00 MB 1 0
19,142 19,142 0000000028cbb5897c1159c055c39da70ad197c58015ffeca650ad83d7f34641 0.00 MB 1 0
19,141 19,141 000000004d1683c6b615d696059b971e27904e0a0e7a42050e5b49e262aff751 0.00 MB 1 0
19,140 19,140 0000000017aa6717c6ae88369e8659689e8b7da6007e7b646ff0f2c8c72013c2 0.00 MB 1 0
19,139 19,139 00000000b24f23adb67d6335b1daf65479566b7f5a884f38f35e8ee1e385875f 0.00 MB 1 0
19,138 19,138 000000009f69a7e28f8bc50fc96f80282d9d4a9332a9eaa9483fcd8bf0b384ee 0.00 MB 1 0
19,137 19,137 0000000065f61b657cc6db0d388b47b4174015f35c0fdfc50598387b9bc1f854 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.17 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,412.43 GB sent, 129.57 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.