Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,958 transactions (2.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,750 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (891,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,129 19,129 0000000065b1ffb0d332d52bc29c00b82251603d707e6be136224f94e747ea32 0.00 MB 1 0
19,128 19,128 0000000058d4631f6c1a7d12655a42131248e019422f1e15ec9dc6a53dbae3b7 0.00 MB 1 0
19,127 19,127 00000000a45faf78188e5c71618064110c92e93620f5b8c588f0f528b5faed6a 0.00 MB 1 0
19,126 19,126 000000002f3fa11e40581841acaefbf68020e68b6b4966a195bd7608a875c869 0.00 MB 1 0
19,125 19,125 00000000413aaf505f914061cf3de544baa3027496f7c9e181064ebff6ce11fe 0.00 MB 1 0
19,124 19,124 000000007c9531b9fcdb215c4fa08f2e5c922097b160e77b8a591af5718644c0 0.00 MB 1 0
19,123 19,123 0000000024e67bcd6fdd7cc57ecc657abd19013eedc3abb2adbb35209693b8cf 0.00 MB 1 0
19,122 19,122 0000000082bed4310f5fa78e50f42f9438cb1e15d5b7566eaa882651c70f07ff 0.00 MB 1 0
19,121 19,121 0000000073c49f2ef1d7aca37578dd0cc214ebb93a20dca5ee43208223e4ff0f 0.00 MB 1 0
19,120 19,120 000000001ded598eec4c574e2bd853d88f1f3215ff2995a92d24bd7dc7e3e57d 0.00 MB 1 0
19,119 19,119 00000000849cd44d974ce2007bd20e1f30277829d27e08d102895ceaa79154c9 0.00 MB 1 0
19,118 19,118 00000000249099c4d512ee324f1393729a205a09da76e352dfc65ac4e8cd0e7c 0.00 MB 1 0
19,117 19,117 00000000ae151082233c7a0efb72be328da9a590f928916487ec0051f00ac8ec 0.00 MB 1 0
19,116 19,116 0000000005aaef95fdeaeabec612a23d0c1f8242943a3678d7ff0f1fb24709e7 0.00 MB 1 0
19,115 19,115 00000000589eeff060306bd47969e6450f522782c1aaf07fd79a7fe8494b9477 0.00 MB 1 0
19,114 19,114 0000000033f1dcaf3292585a3deb6d8663f35a84f8dc854c796a1a3911ff446e 0.00 MB 1 0
19,113 19,113 00000000e6af6b041618b1a344f89bd3261ad0536d57d1713643c396f332a39c 0.00 MB 1 0
19,112 19,112 00000000d7eb4d4c74e50f6e45ebbfd579add45bf78662e14ad80a544e29885c 0.00 MB 1 0
19,111 19,111 000000007f37cc63d6373ef1417f6a7b9f14d6aefab46beaca7c04563d0bfa42 0.00 MB 1 0
19,110 19,110 0000000070bd6c72dd6a42b582cb7aa3dcc23bad54d9c833fe3e2ca402bff31d 0.00 MB 1 0
19,109 19,109 00000000834637940732c47a6cb75330166bde95595220eeba99db4c86a8c008 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.68 GB sent, 121.71 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.