Loading Tool

Explorer IconExplorer

Memory Pool

39,086 transactions
26.61 vMB
0.06563208 BTC
Random Selection Loading Transactions
Max Size: 137.35/200 MB

Candidate Block

Mining Attempt 9fd6def6139a845ede257b4abc349e5d9a9b45062bb9c6323bbd87e1ca654ae6
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 956d623cac44fa23e85382a4322769490a9a513b88982f1417cde054f8bb196d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.01574321 BTC
Feerates: 201.06 > 1.58 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (525,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,351 389,351 00000000000000000846c9c1966c144cf6b8f1852157d2aa6f38d1cbe8142bbd 409 0.16/1.00 vMB 37
389,350 389,350 000000000000000003630d3cf975fe9c7d719c8b252e3998cc298e2794f70c7f 2,222 0.91/1.00 vMB 52
389,349 389,349 0000000000000000094acdaec53c4bc73f2ceabbc055d2ae15651efed6516d60 945 0.67/1.00 vMB 22
389,348 389,348 00000000000000000b22641b1fe9f23f2dae6c8da36c3b65a1789ce5db99abe5 1,511 0.57/1.00 vMB 38
389,347 389,347 0000000000000000085d51542cc202759b9715dd5a63d911d91e55f56b88383c 1,079 0.95/1.00 vMB 13
389,346 389,346 000000000000000005fa5ad6c863b16cf82baa860bcfd3701002767b09dbce36 1,187 0.54/1.00 vMB 32
389,345 389,345 000000000000000002a3068ac0ae60349383ee5248352de81cda463c74da7c8a 716 1.00/1.00 vMB 15
389,344 389,344 0000000000000000075133c650266e3c82bc833539bc7a209304c5349a80b63a 1,105 0.75/1.00 vMB 23
389,343 389,343 000000000000000005c4e59196fdffab37b8537424154a0d22295033dd982dcb 783 0.29/1.00 vMB 36
389,342 389,342 00000000000000000475c3f7a316423ae4eef3d144b9b8a1443681dbd2759c67 1,967 0.93/1.00 vMB 35
389,341 389,341 000000000000000003172e6560ede1cf49ff6c4adbf2e1d6f1e9fca41d3f0eee 692 0.38/1.00 vMB 29
389,340 389,340 000000000000000001a884974b4ee28872e3068bfdc51d5d7ba0dc580df6ee5c 707 0.28/1.00 vMB 37
389,339 389,339 000000000000000003a99eb59c6c5520c0d694250289735dca4530f3dba1e0bd 1,320 0.75/1.00 vMB 29
389,338 389,338 000000000000000006bad7fab5aafa9c68ed1e6e7d5a94140204addeae25193c 1,426 0.92/1.00 vMB 23
389,337 389,337 00000000000000000b83289b8bfbdb5193a69fefba3f1613475ec61ae1458dba 1,581 0.79/1.00 vMB 29
389,336 389,336 000000000000000006a4bd713987647b7685048260c182a66ef15052028779ae 2,306 0.94/1.00 vMB 37
389,335 389,335 00000000000000000a475b3d3d49b2032a4e012159309aee521866e32d7a2b75 1,459 0.79/1.00 vMB 31
389,334 389,334 0000000000000000097986ff0837d904b8735ea45581f7f7d5dd527e3b5f20c2 1,745 0.66/1.00 vMB 39
389,333 389,333 0000000000000000050542790b4f78f68718b377d5f94e216609f34264608a91 458 0.41/1.00 vMB 17
389,332 389,332 000000000000000008b9afedf292a1555d325973dd89d2aaaa003c2714d6ac44 829 0.42/1.00 vMB 31
389,331 389,331 0000000000000000040140b63d1db2bfa05e4d0c47c88f4b46f1ac46f5b5b5d2 1,777 0.95/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.