Loading Tool

Explorer IconExplorer

Memory Pool

53,032 transactions
29.75 vMB
0.14873782 BTC
Random Selection Loading Transactions
Max Size: 159.45/200 MB

Candidate Block

Mining Attempt b1cee4f5c2c58c240be5ea1c1959f98091ffa2774fb3006bf5efff6811205f70
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 19d02f543cdc97fc6427de6a1fb26d38902a61a55a6e07727e036329d0baf126
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.07664175 BTC
Feerates: 445.47 > 7.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (411,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,834 502,834 0000000000000000007c0277f425adbea8c0eb5b5bd06d6a936bcfeca78a1bfc 2,140 1.00/1.00 vMB 460
502,833 502,833 0000000000000000006d2049faf25429fdb8c02a531e020c4d3b674dcb8fe88d 2,474 1.00/1.00 vMB 529
502,832 502,832 0000000000000000006a927b1e0b2ffa8462f60f779135b0e8d40fd67f29b471 3,417 1.00/1.00 vMB 472
502,831 502,831 00000000000000000045e8737d3dcd8e316ce0b22a8807e93b13422c4a99e794 2,065 1.00/1.00 vMB 345
502,830 502,830 0000000000000000000a9ff1235e9894ed17bda916e2bcd7288fea47d288a588 1,167 1.00/1.00 vMB 333
502,829 502,829 0000000000000000000a29948a1bcc2671ec5e0d99faa9a91b1f98499357a36a 1,361 1.00/1.00 vMB 258
502,828 502,828 0000000000000000003f01fe45eb1e345c0a43522d676c9146e79358cf90d570 2,347 1.00/1.00 vMB 267
502,827 502,827 0000000000000000006d380e18a61d1d26346bbd42da5739251b85ee7a31a258 1,574 1.00/1.00 vMB 314
502,826 502,826 0000000000000000002113ed90ada484b5d6645a1dd5d88d52bf5bc0a44b93e9 1,966 1.00/1.00 vMB 433
502,825 502,825 0000000000000000008c7346f54abe11c5bfc0d99823f9ce49c1d156f070948c 1,982 1.00/1.00 vMB 432
502,824 502,824 000000000000000000245b74ae7893036124c50734dc7417dd9caedb43c09741 1,820 1.00/1.00 vMB 408
502,823 502,823 0000000000000000003621f5ae98de75840e3090b2218d8033ceac772ec78d37 1,983 1.00/1.00 vMB 405
502,822 502,822 000000000000000000090269bf702a0b93c866e1ff8a95412f56421351fe3331 1,303 1.00/1.00 vMB 390
502,821 502,821 0000000000000000003d5b755f4b73af93be68a095b8643fdb439091a2581157 1,986 1.00/1.00 vMB 252
502,820 502,820 000000000000000000877467d2b5be8311b2465f556daf3e411b3c8849c8bde7 1,807 1.00/1.00 vMB 476
502,819 502,819 0000000000000000005457fee15ffb663c71055184bb7b48c144010e787f18db 2,220 1.00/1.00 vMB 457
502,818 502,818 0000000000000000001551a9d7c7e8d602fa2e59fe69a7c096d67646f0e873a1 2,136 1.00/1.00 vMB 546
502,817 502,817 0000000000000000006ffe514f454f5219e2c84e58b4774213fd494a57ee10da 1,560 1.00/1.00 vMB 390
502,816 502,816 0000000000000000002fa833551100dbdf0b5aa31f3d94563efb999b1821e806 1,278 1.00/1.00 vMB 266
502,815 502,815 00000000000000000049cea4bdf2207519369c75dd873a0737cf2a7463b0c4b4 1,633 1.00/1.00 vMB 296
502,814 502,814 0000000000000000004ca53fd965c6ca0b87d6f5171d96cc86b92c928a22a8ec 1,719 1.00/1.00 vMB 294
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.