Loading Tool

Explorer IconExplorer

Memory Pool

72,399 transactions
27.95 vMB
0.06476223 BTC
Random Selection Loading Transactions
Max Size: 165.68/200 MB

Candidate Block

Mining Attempt fd3efd0239b2c92db5af4d6865afb0b2b30402e3f8b3ac4d69b89fa562f355fa
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root edd1bdabdb70e2441a6522abaf696021a01b21c13a9d898cbeb3347d6d5a71f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,190
Size: 1.00 vMB
Total Fees: 0.00903011 BTC
Feerates: 40.21 > 0.90 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (336,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
578,259 578,259 00000000000000000015d2b7ad9e49d33a64f04111b7db96d2098fa2fec0c556 2,556 1.00/1.00 vMB 135
578,258 578,258 00000000000000000004bc3adb560ba3fb395c3a6e8bdbf869d31ba72b126f9e 2,299 1.00/1.00 vMB 32
578,257 578,257 00000000000000000010c8c11c6ddcc161734dd2e1a14973c956b649d2dcba54 1,868 1.00/1.00 vMB 65
578,256 578,256 0000000000000000001fb83e336709965e477a66834d1fc00f8035fd5d1df8f5 2,950 1.00/1.00 vMB 166
578,255 578,255 0000000000000000000ecc7f08ad0d8476250cfa588e88189fba094ce1f8aefd 2,699 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.45 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: 666.99 GB
    • Received: 15.24 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.