Loading Tool

Explorer IconExplorer

Memory Pool

84,907 transactions
31.85 vMB
0.16757314 BTC
Random Selection Loading Transactions
Max Size: 189.58/200 MB

Candidate Block

Mining Attempt 58fe49f3b9a53fb87af0eee9d1dbc139bf8b7619462e44f711c29184396dbad4
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root d1dcfb900ee465241e4abaa1b0991330846c462849d30da4cbfa18433ac15b78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,022
Size: 1.00 vMB
Total Fees: 0.05317139 BTC
Feerates: 402.75 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (268,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,200 646,200 0000000000000000000154ad3d3af78f3e92fc6aabbcb6b7ca0c28f736ef7d27 2,413 1.00/1.00 vMB 98
646,199 646,199 0000000000000000000ca5e9b0951308d36d753c24d38cdae7f590de2db4f1de 2,780 1.00/1.00 vMB 95
646,198 646,198 0000000000000000000f66a83b36e39dad85f95d59416a345384c2ec3a268364 1,993 1.00/1.00 vMB 102
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
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.