Loading Tool

Explorer IconExplorer

Memory Pool

78,185 transactions
29.10 vMB
0.07573220 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 4b7b7b704287658f0ad59f74e0e1d28ed135a8c9e618f821f44b28cb6340b359
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 393324da6dee5dd11c4039dcde70c54e14452fc5d4c9775f5a91b9c66cdf1b43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01493733 BTC
Feerates: 100.72 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (272,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,326 642,326 0000000000000000000e1cd501e8f50e47574cc6c4f0ad9906922dacd2ab8ce0 2,669 1.00/1.00 vMB 106
642,325 642,325 00000000000000000001011bacd1c78d5b76ab29d759225b46473f83cd0133bd 2,237 1.00/1.00 vMB 124
642,324 642,324 00000000000000000001a74b5a933eb5d09ea8477a2816a27663636dd50a3a55 2,850 1.00/1.00 vMB 160
642,323 642,323 0000000000000000000692f9dd8467ce02131e19050bcbe4bd3e6c558cb75093 2,068 1.00/1.00 vMB 64
642,322 642,322 00000000000000000009a646451127cc7b22f93dab7f493d99f231d67d340e19 1,862 1.00/1.00 vMB 104
642,321 642,321 00000000000000000003e3e039608471d59ac16530cfbeb0d598d0e49c98c30d 2,480 1.00/1.00 vMB 90
642,320 642,320 00000000000000000006c61e93f54d89d91e53583eea20042d29991bb70a22bc 2,963 1.00/1.00 vMB 129
642,319 642,319 0000000000000000000d5d4c2b7f6e6ade035d06a597591772faa3a0e0c9f2b0 2,825 1.00/1.00 vMB 113
642,318 642,318 00000000000000000003f7f0d0b4eb295e0e99b35e3bf6a6f0442be7f4a0c1ea 2,185 1.00/1.00 vMB 34
642,317 642,317 00000000000000000010055276c8318fb613665ddaa19bde2d608ec49e2422c0 1,488 1.00/1.00 vMB 14
642,316 642,316 0000000000000000000332704758f7bf06042d78f1062b45c73604b3a8f6f8f4 2,242 1.00/1.00 vMB 109
642,315 642,315 00000000000000000008355ba12086409c752d22c7e84e38ab39748ac1caf224 2,205 1.00/1.00 vMB 79
642,314 642,314 0000000000000000000ad21b3192e1651797564be84043a85acc95c5f1750035 905 1.00/1.00 vMB 17
642,313 642,313 0000000000000000000804277335129dd45976e8861842da8a7da8adff33ba74 925 1.00/1.00 vMB 4
642,312 642,312 000000000000000000049c1e3034dba8a91c8e484ba7ae29a24ef589697c706d 2,425 1.00/1.00 vMB 31
642,311 642,311 00000000000000000005b197f0be1943921d38bfad7743e9b999180dbab52ca1 1,475 1.00/1.00 vMB 32
642,310 642,310 0000000000000000000d6ff607ea977754036924b61cf1ea9e69dc65ce3628fd 2,418 1.00/1.00 vMB 83
642,309 642,309 00000000000000000000418ac11eefb91022f4d0d180c4be65f022d14afb4e70 1,861 1.00/1.00 vMB 105
642,308 642,308 0000000000000000000b5b576e2911e306c8a5d473a2cd5c6de92a14c0d7b7ed 2,379 1.00/1.00 vMB 3
642,307 642,307 00000000000000000002731ccbbf441da283c8b8897f3fb5e424dfd2a8b738b1 2,257 1.00/1.00 vMB 46
642,306 642,306 0000000000000000000e1c05ee3b935271fc2ef20e3b263aa9aa859128f890cb 2,036 1.00/1.00 vMB 30
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.16 GB
    • Received: 15.86 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.