Loading Tool

Explorer IconExplorer

Memory Pool

82,372 transactions
30.98 vMB
0.08168667 BTC
Random Selection Loading Transactions
Max Size: 190.13/200 MB

Candidate Block

Mining Attempt 086a7e71fec93aa7559f2292555fa23c30a4a54cb64fdab2dd408501ea593151
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 98d843413da35e1964dd12ce0f8853a9acb1aa66b3e1d8e571140a096689dc4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01203764 BTC
Feerates: 301.05 > 1.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (469,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,175 446,175 00000000000000000134c5f2a608bfac8a23abbc4d3822063151cddf027eb09d 1,042 0.64/1.00 vMB 35
446,174 446,174 00000000000000000280fd8a132b4c07c8f74608294aac3285f9f1f933611151 1,840 1.00/1.00 vMB 55
446,173 446,173 000000000000000002e1cf9e9aba016c46cc73c18875b9c8a7c475d6555aa7ca 2,217 1.00/1.00 vMB 89
446,172 446,172 000000000000000000351169b50ff5a94c5e7abdea1700b933b40d587184b69c 2,232 1.00/1.00 vMB 79
446,171 446,171 00000000000000000174952d4f4173314a94d8d4668838cc533c4703c24a9c36 401 0.24/1.00 vMB 59
446,170 446,170 000000000000000000f24d5ef71f3a0c72f12967c9ee251b3d1fd97faa6aaf48 675 0.31/1.00 vMB 70
446,169 446,169 0000000000000000030013db5d032d1f2b587a02214f79b087831db18c84820a 1,089 0.52/1.00 vMB 69
446,168 446,168 00000000000000000248182a636aff6641b27ee93b6e530fe9701f2f440ba4aa 2,275 1.00/1.00 vMB 49
446,167 446,167 00000000000000000299e318d32bb40975b154fe8b7355e57998244ead4e00c3 1,789 0.80/1.00 vMB 74
446,166 446,166 0000000000000000009fd831467030e102d399dd1cd26b473c6651144e006e72 1,159 0.69/1.00 vMB 47
446,165 446,165 000000000000000002e595fc982160985bcd5eeff6a6b24b33cff6d5633602c2 2,655 1.00/1.00 vMB 86
446,164 446,164 000000000000000000ebe23cf94f9c3eab2e6d586f9494c7d351e5eb884748ca 1,449 0.70/1.00 vMB 70
446,163 446,163 0000000000000000019e1a9633289260f9689695f2219f197f5503ab05906fec 1,596 0.78/1.00 vMB 70
446,162 446,162 000000000000000002dcb3a4f32930412f729def1600500a8de3c4485ec16b63 1,717 0.76/1.00 vMB 69
446,161 446,161 000000000000000002006c0540c1cb444755b125438a413432a90b3a9ec17f48 754 0.50/1.00 vMB 44
446,160 446,160 000000000000000002b9a747cfd3e1a9b9119ed09ab1f0bb791c25dc2419409b 2,127 1.00/1.00 vMB 81
446,159 446,159 000000000000000002b26dd3ad4c54bd1f19ff81a7d285f0f534d9d5cf702e8a 544 0.29/1.00 vMB 73
446,158 446,158 000000000000000000ec32d93f9d174ec52eab85dc6ca4403ef0989a221b5f7b 1,715 1.00/1.00 vMB 53
446,157 446,157 0000000000000000005d0b0f8a1131d65326d93e62bec646b2ff30f483b232d2 853 1.00/1.00 vMB 28
446,156 446,156 000000000000000000d59721917c09ef1a9c357d58ca47b3130096cbec9b18a8 1,248 0.93/1.00 vMB 40
446,155 446,155 0000000000000000025dff1b64fccb7d47d91868343cd878e58f1c1eeac0bc45 2,259 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.18 GB
    • Received: 16.86 GB
  • Uptime:

Notes

  • 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.