Loading Tool

Explorer IconExplorer

Memory Pool

77,653 transactions
28.82 vMB
0.06972834 BTC
Random Selection Loading Transactions
Max Size: 174.91/200 MB

Candidate Block

Mining Attempt b5659295923237c25b57dd402fadf36e8541e034cacbda5fa85a94db64b7df1b
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root ff08bca6f97e265b7cf74f74626053314218bbfbd3b7b0f603bd7d73635edcf6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,972
Size: 1.00 vMB
Total Fees: 0.00970236 BTC
Feerates: 73.20 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (442,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,428 472,428 00000000000000000091f4cce3f87af7c135b7128ca981f27dfffbca81df66e1 1,931 1.00/1.00 vMB 308
472,427 472,427 0000000000000000007b46f12e68121d2a899e03caedbec206cd4d4df11215d3 1,713 0.99/1.00 vMB 237
472,426 472,426 000000000000000000fb070a017f7c6f5f65d4fdc63b6410b21fd449a1a13da6 1,539 1.00/1.00 vMB 320
472,425 472,425 000000000000000000c2a13b15a00788b292cfc8a223ba22b444409397d401a7 1,432 0.99/1.00 vMB 421
472,424 472,424 0000000000000000009ef044a1a39efddea7253932a05a98f93457bbe361a2da 2,279 1.00/1.00 vMB 303
472,423 472,423 00000000000000000038fec8de77df597d3a3bcb6a2615fdbe48c2771161de1e 2,111 1.00/1.00 vMB 416
472,422 472,422 000000000000000000b9764db2e99bb1cde3518340f36f949d34a8bb7883ffc2 1,281 1.00/1.00 vMB 233
472,421 472,421 000000000000000000aef030abd52bb00585ed3619cabcc6e521922ef661eee9 1,655 1.00/1.00 vMB 223
472,420 472,420 0000000000000000015444ebb3144a5049e4842ce5f33beac8735aec5441f4ff 2,394 1.00/1.00 vMB 249
472,419 472,419 0000000000000000012c09b36e2bf183e748e3e7dfbf127c402e9ed39c14e7bf 2,480 0.99/1.00 vMB 242
472,418 472,418 00000000000000000186492c05bf4304cf64de37c02423ce1cb64dc6d6911872 2,155 1.00/1.00 vMB 401
472,417 472,417 0000000000000000012d2b325764c45c56a3fec1ed24b14b7153e052a6b9f067 2,126 1.00/1.00 vMB 326
472,416 472,416 0000000000000000003bbb713d215635f502bbfe5fb3a09f9d99f1a6215d0988 1,569 1.00/1.00 vMB 393
472,415 472,415 000000000000000000fd53a72c0a028c1aa6d3b60fe98f62adb2146c07fc8dcc 2,262 1.00/1.00 vMB 359
472,414 472,414 000000000000000000a46f1ade0a3f0be6a7d8189317c271008dbb891db38f56 2,117 1.00/1.00 vMB 262
472,413 472,413 0000000000000000013adf46f6335b18e3533f9e123dcf05fab1858a243e75f8 2,035 1.00/1.00 vMB 412
472,412 472,412 00000000000000000175d6e9eeacd72129b53315eb4515131402e47513909f0e 2,199 1.00/1.00 vMB 263
472,411 472,411 0000000000000000004998d73fcc2ab1804d78c29208c6969908d5c86c011f3e 1,506 1.00/1.00 vMB 299
472,410 472,410 000000000000000001019900c784573b965565d64f558d30fe2a86ee6d558873 2,143 1.00/1.00 vMB 309
472,409 472,409 0000000000000000009f5952296de0789db6223707aa9c10e699b5aa904a5125 2,386 1.00/1.00 vMB 360
472,408 472,408 000000000000000000b2b56a14b3f37c4e1087627581ec17c8aed0160609e092 2,400 1.00/1.00 vMB 364
Previous 10 blocks ↓
Total Size: 782.57 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: 671.00 GB
    • Received: 15.85 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.