Loading Tool

Explorer IconExplorer

Memory Pool

81,818 transactions
30.85 vMB
0.10688958 BTC
Random Selection Loading Transactions
Max Size: 187.52/200 MB

Candidate Block

Mining Attempt 8be75fdd7d0a1b2836fe10e00d097022eb79b5a99080e2a4fc02bf44a38b4d5e
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root f6f9afb692fe9a51e07be6dbe9f5c49fa27ff170ae27e0ff6838f36162631e6f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.03341013 BTC
Feerates: 469.97 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (485,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,079 430,079 00000000000000000054cfeac420da2eed16f63230c952a0d7994e30f46a8f9c 1,376 1.00/1.00 vMB 37
430,078 430,078 000000000000000000817381deb794617214bce2b343e2838185bed17b55ca3d 649 0.35/1.00 vMB 46
430,077 430,077 0000000000000000022e77a0e41831fffeb5b5a4c66c3127c60b52856f31fa8a 472 0.20/1.00 vMB 65
430,076 430,076 000000000000000002dc4d0aba20891e84a04e9beffd9b648102fe702dd0731e 1,037 0.96/1.00 vMB 29
430,075 430,075 0000000000000000000a502f779315bd6b73104c243b06f9309acd83bff1d968 1,853 1.00/1.00 vMB 44
430,074 430,074 0000000000000000033014a587ba9a1328af2346faab7090f8fad384bbc069ce 1,805 1.00/1.00 vMB 34
430,073 430,073 00000000000000000433cb52cb2d90ffccfd9c8678a9d7ba77b3f4b9d0d9789a 1,031 1.00/1.00 vMB 57
430,072 430,072 000000000000000002750d47d10b0ab37d91dd7531bcdad11c42685e3ef403f3 1,430 1.00/1.00 vMB 50
430,071 430,071 00000000000000000301e3b71195694fa1aa0624bdd6474779160d192e0fc6d0 2,699 1.00/1.00 vMB 79
430,070 430,070 000000000000000004110032bca09704da5aa131f1a7c7b64a2276a4ba19a33c 1,428 1.00/1.00 vMB 28
430,069 430,069 000000000000000001686279dd9c2f44e7451512356edd011009fc415044b00f 2,285 1.00/1.00 vMB 63
430,068 430,068 000000000000000000721f000b759b6b3356a641c4efdd8013b42fc423c2d755 2,529 1.00/1.00 vMB 76
430,067 430,067 000000000000000003f41f33820d5997f334e183b59faf861ce6c3f746b596d7 2,221 1.00/1.00 vMB 73
430,066 430,066 0000000000000000024d70af94a3dde45804c08d3fba5debed71f5edc11a106d 2,472 1.00/1.00 vMB 50
430,065 430,065 00000000000000000126322706bdeae1a43752e9e55a460cf72ee55e9d92f9c4 3,058 1.00/1.00 vMB 88
430,064 430,064 0000000000000000045ba2cc953263398e5b6c2e9c7dec5cbc5d68d627e0737b 1,383 0.79/1.00 vMB 46
430,063 430,063 000000000000000001edef785689b0c4fedb644188f9941436cfe662c34766d9 2,823 1.00/1.00 vMB 74
430,062 430,062 00000000000000000457556d0f8bb5371a42175df210b9a515afc6da6dbbd00e 302 0.10/1.00 vMB 85
430,061 430,061 0000000000000000031962b3a9f02157e486acb5bf4b4143cba3770c3a3752aa 883 0.99/1.00 vMB 18
430,060 430,060 0000000000000000014a3a707c128462f214ce2c9cc0e5161d99925e2080f525 2,148 1.00/1.00 vMB 57
430,059 430,059 0000000000000000017e828805dce269b03ac3f6b1b99a943a5c712b65da8ca1 2,618 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.