Loading Tool

Explorer IconExplorer

Memory Pool

85,684 transactions
31.88 vMB
0.12143713 BTC
Random Selection Loading Transactions
Max Size: 195.41/200 MB

Candidate Block

Mining Attempt 2239aaeff8125a02bee5347c3ddb45d3a12893b91a5f351bf40b0458192c347f
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root f036703276412b5abde2796ec14e601dc68eeb75897f7dddc3bd85c7634268a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.04379045 BTC
Feerates: 301.57 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (443,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,511 471,511 0000000000000000005ed20b06a681ffaa6ecfcb20c8de465b6ca785e73b2fb7 1,898 1.00/1.00 vMB 216
471,510 471,510 00000000000000000011f3bec5504b41447bd92d4cd5aa527780810fd00ab6da 2,353 1.00/1.00 vMB 374
471,509 471,509 000000000000000000d7f9aa8ade74f9679984467ff9b78cfa009a853a5bfb16 1,837 1.00/1.00 vMB 193
471,508 471,508 00000000000000000101cd33f04b5ef23b588f1fc124c5c0aa292bf5c2421e2d 1,692 1.00/1.00 vMB 278
471,507 471,507 000000000000000000373985749708cc9ab58224b99d64ff84c729a7b8314d26 2,179 1.00/1.00 vMB 338
471,506 471,506 000000000000000000dec87a8cb93d0b6ed3d4e3d888828edf8af4e974468379 1,981 0.99/1.00 vMB 211
471,505 471,505 0000000000000000005d44141b7537e2ff16740136e27f74b8411d4ab418049b 1,776 1.00/1.00 vMB 251
471,504 471,504 0000000000000000017f94e35aa0353ffc568296741f4458b1baa316883f4baa 2,017 1.00/1.00 vMB 295
471,503 471,503 00000000000000000033df37b1ba73aeb0cb6880ec721f017902b650111bdd03 1,707 1.00/1.00 vMB 345
471,502 471,502 00000000000000000047c4b10af20b3755e2b158fe6f93f06c4de2cd73d3e2cf 2,244 1.00/1.00 vMB 398
471,501 471,501 0000000000000000014d01a6307126814b911cf34b3c84a2899dd053bbc97356 2,584 1.00/1.00 vMB 416
471,500 471,500 000000000000000000ed016d951a0a51abb8eb1d60855b77a6bad2a686f9f177 2,291 1.00/1.00 vMB 321
471,499 471,499 0000000000000000007e6e725f1d5b478378496e07d22a8d5859ad95d7d5a2bb 2,002 1.00/1.00 vMB 331
471,498 471,498 000000000000000000617085607ca02caf58c0f000663e96fcb1db0a3ac04175 1,272 1.00/1.00 vMB 93
471,497 471,497 000000000000000000a982bacf1429f91f5b62527f871eabb78a77a5f45e6480 2,310 1.00/1.00 vMB 279
471,496 471,496 000000000000000000f075b61790af2bef6b5edbdc15fa8b90a59d25fab3765f 1,660 1.00/1.00 vMB 169
471,495 471,495 0000000000000000002b5f150d36174e8f75f006c88fa045d9c0627ff4c1fd0f 684 0.36/1.00 vMB 302
471,494 471,494 00000000000000000120558c26532818ba4eb3c22c27fb43500e37ee26b9ec69 1,523 1.00/1.00 vMB 217
471,493 471,493 0000000000000000002a8fe730dab14e1c46f8afc240e481fc5663d3adce9a2d 1,375 1.00/1.00 vMB 125
471,492 471,492 000000000000000000c33ebb9250bd46d5300cecdc4cf2bb376a210d5ed6ee9b 1,748 1.00/1.00 vMB 123
471,491 471,491 00000000000000000143bcd6bb4cae49187febbcf39f7c3c9cb025c4124c2db1 1,622 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.