Loading Tool

Explorer IconExplorer

Memory Pool

83,416 transactions
29.18 vMB
0.07727429 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 4af843d63f7402bb2609741393219d0b209bc6c92d6138db152473c348abcbc8
Version 20000000
Previous Block 00000000000000000000aff128195e345133b8158c003d35948ffebe1b4bb614
Merkle Root df7018182a508f717e176a04e319ec635ce38f28d75dda340f2c4031bb2a0fc8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,906
Size: 1.00 vMB
Total Fees: 0.01326674 BTC
Feerates: 129.78 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,621 (852,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,247 63,247 0000000007041f34566da9dd211cee8f3a42846f1c45433b0eda8dca4434b4db 1 0.00/1.00 vMB 0
63,246 63,246 000000000097836706415d8384b763aa6130db0223fc8da37d6e25a622b5c774 2 0.00/1.00 vMB 0
63,245 63,245 00000000071bf31aacc37301fd743924d5402bd9a89cb4d022bc0003ba424bc4 1 0.00/1.00 vMB 0
63,244 63,244 000000000d1fcdcc074f61f3a3e02e42d1557b32bddf6b36e58eeb75519222f4 1 0.00/1.00 vMB 0
63,243 63,243 0000000001646d1ae31a7907c420ac09d5505e9191504d61e6ecbd8dbd9f67f7 1 0.00/1.00 vMB 0
63,242 63,242 00000000082a63f4b3adf4c5ce2cee68b369812ef9711fcee87fecf220dc94a6 2 0.00/1.00 vMB 0
63,241 63,241 0000000007b779918b1e55b67afa54534f43dab605103b95ca100a626cdce8b4 1 0.00/1.00 vMB 0
63,240 63,240 0000000003678764d275f0addbd11dce9db8b1eb582e79eeae52601725de47b9 1 0.00/1.00 vMB 0
63,239 63,239 00000000075b277d2a00d128d5051043a4e477253825b1996355f093458c9e25 1 0.00/1.00 vMB 0
63,238 63,238 0000000005cf896d8789685525056d50b1ccaceaacfbb080b089ba5a47f5cde6 2 0.00/1.00 vMB 0
63,237 63,237 000000000027b0b6cca8068616332fa50c44dafbb82384e8d136c6e4873d73dd 1 0.00/1.00 vMB 0
63,236 63,236 0000000006bd497bff73f5c2ce67d7072a28f8eb8294c2ea92a85ea62fdab941 1 0.00/1.00 vMB 0
63,235 63,235 0000000002fc783264f4d992fc0e12fa49232b2b5d3ff1ae893f5f908f3e5c23 1 0.00/1.00 vMB 0
63,234 63,234 000000000c80b1a64ca4399df6df3cbfa3610f9b493d09ebf893cfe99deeb5f7 3 0.00/1.00 vMB 0
63,233 63,233 000000000d0b1a7bafa067f1dea74e20fac5fc33a6355cbc364d2a3bac3d1a4c 2 0.00/1.00 vMB 0
63,232 63,232 0000000001071050782c58d2d517cbed7e774a8c3cdbbb2a43e9f8fb6a3085dd 2 0.00/1.00 vMB 0
63,231 63,231 000000000620fbf527e909f89e8c0293ff81ba586bfa1722f025403486c55f52 1 0.00/1.00 vMB 0
63,230 63,230 000000000aa0414b74149d6eb3e589e08ad1cf03f217d2f75cbfa1559049d9e6 1 0.00/1.00 vMB 0
63,229 63,229 0000000004fb891028cf71c9d2fc51546ff03c863aa7b37d6fa66524d9ca9fe6 1 0.00/1.00 vMB 0
63,228 63,228 0000000002114d86674789f08e2a9d1634aa1ec545ef7cabc63ffb2f993067e8 5 0.00/1.00 vMB 0
63,227 63,227 000000000aee320afc6ef34fda7dd03c344da07cc2dbbfc3b924515003f6eace 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 771.99 GB
    • Received: 20.10 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.