Loading Tool

Explorer IconExplorer

Memory Pool

78,711 transactions
29.16 vMB
0.09429375 BTC
Random Selection Loading Transactions
Max Size: 176.27/200 MB

Candidate Block

Mining Attempt c6f7135b53232eded0c658f80188a72d1afb4bea3cc725d2485bff9d99120ea5
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 68ba4c8ed2e1d7afd2313acf52f99df3f983336853d47f8927c13b397f309dae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,733
Size: 1.00 vMB
Total Fees: 0.03318007 BTC
Feerates: 477.45 > 3.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (483,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,819 431,819 000000000000000002af605ffe64aa9ef568212679eac56df982a36f9f9d3526 1,437 0.60/1.00 vMB 57
431,818 431,818 000000000000000001eacceb6404f4a96a09f583c431e21a254ed515f473459f 1,470 1.00/1.00 vMB 38
431,817 431,817 000000000000000002bda4cb69d607facf4d14b7508f0e02349dc71cf3598ff3 1,440 1.00/1.00 vMB 40
431,816 431,816 000000000000000003b87f2e29935fe0740ed7865be7ab5305c58725ddc0b74f 2,362 1.00/1.00 vMB 55
431,815 431,815 000000000000000000f759f4e4f9977dd3c93cd5161f22affa14433cc977ccd5 2,767 1.00/1.00 vMB 71
431,814 431,814 0000000000000000032908aeec711fec83c6ff2e4d80c4825e80bf20e083e58c 1,154 0.51/1.00 vMB 53
431,813 431,813 00000000000000000477059d80b547ecc03e835b0792588e0ff338ba776e2272 365 0.19/1.00 vMB 47
431,812 431,812 000000000000000000650a8122d01f6e30044d38c621d435ca74b0d0645eefda 1,704 1.00/1.00 vMB 42
431,811 431,811 0000000000000000016e5c45799a5f99f2b3d9a606141c1d9ba372943caa259e 1,466 0.99/1.00 vMB 38
431,810 431,810 00000000000000000287c9cd18e560c42b0606bc432afb676f90ba52b1317748 1,518 1.00/1.00 vMB 16
431,809 431,809 0000000000000000009590ecace775584a2d88b283c8da23c94e361dbb0e954e 1,522 1.00/1.00 vMB 31
431,808 431,808 000000000000000000d2ba2b3693241858f1e9aecd5d968f9760e9c48dc22fce 2,056 1.00/1.00 vMB 47
431,807 431,807 0000000000000000033ccd1440c52155513df3327e0c98d642dddf62aa39089e 487 0.29/1.00 vMB 50
431,806 431,806 0000000000000000025d005358527f138a5a7e07cb3153f14c14911f949486df 1,981 1.00/1.00 vMB 50
431,805 431,805 00000000000000000088a53a55e11c0b0833652a9082c98b528ed99e5b527e08 1,185 1.00/1.00 vMB 26
431,804 431,804 000000000000000000b53736435f32fa767f2f692d6066e6d976ce8c87caac8b 1,630 1.00/1.00 vMB 38
431,803 431,803 000000000000000002eef49c835adaa334b883b99f9cf07c796312e50e383e05 2,157 1.00/1.00 vMB 41
431,802 431,802 00000000000000000186b8989f114a3845987e590f090a4e0ca95b29c89cbcb8 1,474 0.75/1.00 vMB 50
431,801 431,801 000000000000000003a246ec5ecc298d1685086443c714cc387c34a1967d5ac5 2,462 1.00/1.00 vMB 56
431,800 431,800 0000000000000000042fa0bd40ac502d4552c3684d1057c1ddfb44013934a5ad 2,115 1.00/1.00 vMB 57
431,799 431,799 000000000000000003273735f134d4f6e7f8655502da322bd8c50a666fe3054d 1,921 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.17 GB
    • Received: 16.17 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.