Loading Tool

Explorer IconExplorer

Memory Pool

84,927 transactions
31.85 vMB
0.16792533 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt c505f7206a79f25a9258c92abbadc3d3664994907524fe1575e3f6d5233ceab8
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 6e90cf7d50b898d82e28e8d9f55e7e3dff6c30626d70b43f432136c9071b4989
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,014
Size: 1.00 vMB
Total Fees: 0.05324191 BTC
Feerates: 402.75 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (268,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,197 646,197 00000000000000000006539153bcd9e63218ea5deae4dbff5b80e52ac09a89ec 2,826 1.00/1.00 vMB 118
646,196 646,196 00000000000000000009e830c456b660efba500c9355221fa9a9da07f4a24441 2,483 1.00/1.00 vMB 104
646,195 646,195 0000000000000000000bc3bf055f3fdde34d8427b21c87e88f5dd2aa805fe7e3 3,201 1.00/1.00 vMB 127
646,194 646,194 000000000000000000002848eaccc849dc707df4208806172d7066ef4e3bc6fe 1,895 1.00/1.00 vMB 91
646,193 646,193 000000000000000000033aeb8c2c71ac3afbab3f7c54d8caad8b1cf1996353da 2,864 1.00/1.00 vMB 104
646,192 646,192 0000000000000000000f47faf004eb1e01f4d2431b60520159516f6b354d3a68 2,960 1.00/1.00 vMB 104
646,191 646,191 000000000000000000044c6f1c95e4b1b5d5ac51185676a1c6a87f8adbb181bd 1,325 1.00/1.00 vMB 84
646,190 646,190 0000000000000000000420527c0db7f400882c3745f1a969929ac2b16438e5de 2,772 1.00/1.00 vMB 95
646,189 646,189 0000000000000000000e9186ac80edccc2279aea2af5affcd452874818dead36 2,852 1.00/1.00 vMB 117
646,188 646,188 0000000000000000000e4de719b34eddf24693b7b48b11c2bf6dcfdd9b4c8ee8 3,022 1.00/1.00 vMB 96
646,187 646,187 00000000000000000009d3bf154225c3b0ecf78d446dcf7ad7260f010f505062 2,495 1.00/1.00 vMB 87
646,186 646,186 0000000000000000000f74f84cac549f0af74825fca1795fecbf33f977d3447d 2,861 1.00/1.00 vMB 92
646,185 646,185 0000000000000000000bc3247fcccf8226f906e076f8716ac68dc36a02ec652e 2,829 1.00/1.00 vMB 108
646,184 646,184 00000000000000000002bfa465f61469008ae0cecbe2b289af209c16fe491bd7 1,965 1.00/1.00 vMB 101
646,183 646,183 0000000000000000000b060fbc40b04eb95743c236e6c85b47b6a807488ef1d6 2,712 1.00/1.00 vMB 112
646,182 646,182 0000000000000000000c6a7505c5e3aa1f1af0c77772f1aeb99303dddc901e22 2,454 1.00/1.00 vMB 89
646,181 646,181 00000000000000000003906ee6cc057f3d24b7324fb84222caa84aae5bccd2a2 2,940 1.00/1.00 vMB 98
646,180 646,180 00000000000000000000506be207bc7bf0c755899adcff3a80657454e5c15016 3,056 1.00/1.00 vMB 100
646,179 646,179 0000000000000000000ee5943065db33c247cde825a818681a121372ded0666a 2,582 1.00/1.00 vMB 94
646,178 646,178 00000000000000000007ce0a47ac66107a4a55b750644b136d66ccb1c0905ce5 2,586 1.00/1.00 vMB 108
646,177 646,177 0000000000000000000ca180dc5575daac79f80a8efaf7596d90baaa9e49377c 3,013 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.