Loading Tool

Explorer IconExplorer

Memory Pool

76,146 transactions
29.13 vMB
0.10380130 BTC
Random Selection Loading Transactions
Max Size: 172.24/200 MB

Candidate Block

Mining Attempt 1147c45e0a97e9c6f35eb85ae0c26f29a5b0bb835779f1ac198f013f858444c9
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 8864efd5973b0b305a0cc03ffdf9255c79e24faa54e01cfd0780d77300f39c0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.04139696 BTC
Feerates: 201.37 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (336,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,280 578,280 0000000000000000000dfe2ef2c4a252a20c594dcddb79fd85c8a9a7c03a60fb 2,650 1.00/1.00 vMB 105
578,279 578,279 00000000000000000003d436f8319c09c29c1b5817ecbaa9fbd64954b5ef3159 2,495 1.00/1.00 vMB 116
578,278 578,278 00000000000000000028cf3f671c4d38ba38cb45df05b36ecb0b780ae8ca9926 3,032 1.00/1.00 vMB 183
578,277 578,277 0000000000000000001fa15378ae4ad218b927f6f67dacd01f0d508032209899 2,620 1.00/1.00 vMB 46
578,276 578,276 00000000000000000028325e07780c87ceab532ffa572556e20d4c556de26f8a 1,986 1.00/1.00 vMB 118
578,275 578,275 0000000000000000000dd4cdf3b66c42b72774ebc902e379132d2890d65b7826 3,208 1.00/1.00 vMB 81
578,274 578,274 0000000000000000001b1acb95bb96c5c1762327977d1aa7b571d5e07d11582f 2,358 1.00/1.00 vMB 137
578,273 578,273 00000000000000000004f6cdd1cccfab91aae22b5583f8cfc185928a68b9cf07 1,481 0.99/1.00 vMB 49
578,272 578,272 00000000000000000024a8da349e7bd7f6ad6cb0dc7c0c39321b37cb3f91eddb 513 0.94/1.00 vMB 7
578,271 578,271 0000000000000000001b75674cbf07cd8cf13dbd8d6517c0839b74160d104cce 954 1.00/1.00 vMB 17
578,270 578,270 000000000000000000027b135c48c3a9c4a9d132205b7c57966c16655a7d999a 1,543 1.00/1.00 vMB 30
578,269 578,269 000000000000000000253d198bd7ef2262df36e6f77adf9f67bdf3fa1f4d0d63 1,992 1.00/1.00 vMB 41
578,268 578,268 000000000000000000234369ac97466208333a9951acbaf1afc758d2f47ec9fd 2,659 1.00/1.00 vMB 25
578,267 578,267 00000000000000000002bb3eae6426de5d1277dffbb30af98e60e48bd3a74abc 2,407 1.00/1.00 vMB 155
578,266 578,266 00000000000000000022fe750acba366fe8a4eb129bcf0f257abdc5cc1cc41bb 2,803 1.00/1.00 vMB 49
578,265 578,265 0000000000000000002956f3f5df974143794050326d48e172ebdcb6b726fc8c 2,824 1.00/1.00 vMB 104
578,264 578,264 0000000000000000001edb1dd572858b5e890de8503ae116fd76f5f9abf765fc 2,915 1.00/1.00 vMB 183
578,263 578,263 000000000000000000053b95c565ea3f735407bdfbdf2ce4b0e856b354215696 2,949 1.00/1.00 vMB 131
578,262 578,262 00000000000000000017df1718d89a3f73a05893478561daff2252e3d5a1247d 1,821 1.00/1.00 vMB 48
578,261 578,261 00000000000000000008566ccb3da3d4530bbb2706b0cefa1377bdba8d589182 2,164 1.00/1.00 vMB 42
578,260 578,260 00000000000000000020340b51c11816577679bb5a5c68daab9eba1003e31480 2,471 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.