Loading Tool

Explorer IconExplorer

Memory Pool

42,727 transactions
29.12 vMB
0.07351216 BTC
Random Selection Loading Transactions
Max Size: 149.88/200 MB

Candidate Block

Mining Attempt e8940e83416dbffd8051e207b4ee60739b3d66370bbe45a243b6693276144a2e
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 889e7ee58d88340e037955b04ab549df576498f20778c5343cc601fcf54d2b32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,947
Size: 1.00 vMB
Total Fees: 0.01666280 BTC
Feerates: 477.45 > 1.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (400,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,409 514,409 00000000000000000009f9a46950063c7cfa0b9c4a70ce97a64a498186398d5e 2,978 1.00/1.00 vMB 80
514,408 514,408 00000000000000000016b96217a55166873c0eb368b3daabfbdea958e486094f 2,646 1.00/1.00 vMB 62
514,407 514,407 00000000000000000037194f17e8b2e15821c2eecf7fcf1aa25de829283db2d6 2,759 1.00/1.00 vMB 36
514,406 514,406 0000000000000000003fe355a18e0f7c727cef09b7c6cce009bf0dc0a59289dc 197 0.13/1.00 vMB 25
514,405 514,405 0000000000000000000774370508f92b7fcf547a5cab10a3caa7bf4403071f7d 1,948 0.96/1.00 vMB 33
514,404 514,404 000000000000000000079d9710527162790bd9380c3dbb6829108ef2a6810243 761 0.36/1.00 vMB 29
514,403 514,403 0000000000000000004158b0608d630f8ea2e169bab2bf08239db9c33ea2bfc0 684 0.26/1.00 vMB 44
514,402 514,402 0000000000000000002db2d7ab8abed0816ae44e59f10951df51f5b46fddda2c 2,228 1.00/1.00 vMB 37
514,401 514,401 000000000000000000456008d6b7fed327238a743a1c92374aa2b3007987d953 1,324 0.68/1.00 vMB 28
514,400 514,400 0000000000000000003e7e7225e5f4dfe8bf6b67ea6bb2856befeedcf2725292 1,221 1.00/1.00 vMB 14
514,399 514,399 0000000000000000000c2d0f9c7d9c729f0787783695e3cf2d6b0672522c7ab2 2,699 1.00/1.00 vMB 62
514,398 514,398 00000000000000000024fe850f44bdbea89d1ab168cec9c977e9fc54ccf311e8 2,163 1.00/1.00 vMB 22
514,397 514,397 00000000000000000037b1f6866e2ae8d03a4fb6dbdd46fbcee96fe905afc073 1,822 1.00/1.00 vMB 38
514,396 514,396 0000000000000000001edcebc88e41b8418aedfddee078dbc5b38427f18b7898 2,594 1.00/1.00 vMB 10
514,395 514,395 00000000000000000027c015ad40076857aec3b8334152021e2b08fa7ed60b22 2,741 1.00/1.00 vMB 97
514,394 514,394 000000000000000000098e2115b5d304ef496167c488bfa79abd430ce20f1b27 2,485 1.00/1.00 vMB 33
514,393 514,393 0000000000000000003a5354f8a8f5b79acca05f380c861912f4900c766cbef1 2,209 1.00/1.00 vMB 26
514,392 514,392 00000000000000000048afcd07308786b558f7b96a6038b3d267ba823dac2609 1,669 0.93/1.00 vMB 33
514,391 514,391 00000000000000000025fba9084231ae6ddfc6a32007a8fa97303e73792b17b3 3,301 1.00/1.00 vMB 9
514,390 514,390 0000000000000000001909cb9a544e0f8dfa722a5822d3168a06f6e7239cd8c3 1,924 1.00/1.00 vMB 22
514,389 514,389 0000000000000000001725594cb07f3268286dda59515e50dce861db9105f02b 2,409 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.71 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: 629.55 GB
    • Received: 11.92 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.