Loading Tool

Explorer IconExplorer

Memory Pool

78,299 transactions
29.10 vMB
0.07666360 BTC
Random Selection Loading Transactions
Max Size: 176.45/200 MB

Candidate Block

Mining Attempt 17a3e2db2dbac79a4b6f3d88bb879bcd0acdbbf609f749a69b88f18660b83f7e
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root bba900f05ce0c4fc5a4b95c1196ed9e205ead77b1506b63d63529eee82d7ab4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.01589460 BTC
Feerates: 100.19 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (519,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,291 395,291 00000000000000000681c8888f281004513d2b70c4fe6e1ec2cfe10fe1d3afad 1,309 0.70/1.00 vMB 40
395,290 395,290 0000000000000000036e1509643fc309e4422dbf2d289cefb42fadbb7b9cd136 1,188 0.95/1.00 vMB 22
395,289 395,289 00000000000000000719b96efdd3df5062699298369669f63940f81591e2be54 2,596 1.00/1.00 vMB 53
395,288 395,288 000000000000000003322406862fc3b5775fdcc5416bde40ac28efc69fc685e1 2 0.00/1.00 vMB 0
395,287 395,287 000000000000000001c4756ce13aac5e43b537df96b8faaa9a6065a6b94ee49e 2,493 1.00/1.00 vMB 49
395,286 395,286 000000000000000008179d9f044e1e907863c256b6de51de9cc54e3e42d42d47 415 0.43/1.00 vMB 13
395,285 395,285 00000000000000000003f6239f5217465876665c5d6f6b24b9cd263c9742ec8e 1,761 0.95/1.00 vMB 23
395,284 395,284 000000000000000002d9d9e7c146498b7ddb61b7aacd5e13ed0ea316213d8f1e 2,174 0.95/1.00 vMB 48
395,283 395,283 0000000000000000060f0eaabbefe29b8b5b275b1cf1c8b4f0c4776a2941c787 1,883 1.00/1.00 vMB 36
395,282 395,282 00000000000000000136451eadeb848225f4f06af79d6c1bbd820252018b1da9 2,464 0.95/1.00 vMB 56
395,281 395,281 0000000000000000057deecaf614c5c1813fe7efcfaceb2c0c2d570eaabfa35e 1,463 0.83/1.00 vMB 23
395,280 395,280 0000000000000000027a39026646b83c8acb139f663b6839707d25bbf25de7b1 2,911 1.00/1.00 vMB 55
395,279 395,279 000000000000000007ad71a2faa3520493e270090b03eef69bdd0e80ab34eac8 1,865 1.00/1.00 vMB 35
395,278 395,278 000000000000000006ca7646f0851733257fc4f3f088f604b13147d29114ad58 1,460 0.75/1.00 vMB 41
395,277 395,277 00000000000000000294cd2e4e2fd35d93da542fa584817a65ccc83627f3065e 1,603 1.00/1.00 vMB 34
395,276 395,276 0000000000000000061964b3c5149a1eb1292e027784ff99bc7199bd469e2447 1,523 0.75/1.00 vMB 49
395,275 395,275 00000000000000000182e4dac2ba1b05770f51e77fa87dada4a377268398a48f 2,691 1.00/1.00 vMB 62
395,274 395,274 000000000000000001b7402da8541bb5d08f08340f8cce9aedd6f1805c2c6a55 15 0.07/1.00 vMB 7
395,273 395,273 00000000000000000100eec6e96ecc4fb0e8748d2ca68c3ab4d0ede55d4c6dcd 748 0.41/1.00 vMB 37
395,272 395,272 000000000000000003ed46784bece59554b18f2d7f26376c8348a4c2911d829e 1,828 0.88/1.00 vMB 42
395,271 395,271 000000000000000001d376828ca85ab3ee7b477a2d7932994a142aa8b94b5811 245 0.10/1.00 vMB 49
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.09 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.