Loading Tool

Explorer IconExplorer

Memory Pool

85,710 transactions
31.51 vMB
0.10318783 BTC
Random Selection Loading Transactions
Max Size: 190.50/200 MB

Candidate Block

Mining Attempt 38f799ef731d73ec7cdda4901af76f0521476e380a11ca381f30421422ae8559
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root a7d9c8dc673f59f0e2b05db47f01b772c0b9e34094f7de9a0c0a87f4963e2e60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.06704755 BTC
Feerates: 911.92 > 6.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,971 (279,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,118 635,118 00000000000000000008510776decbb7d68c9285d22150a72b0625ae8a8a2d3e 2,234 1.00/1.00 vMB 44
635,117 635,117 00000000000000000003ab6f5dc2f4ddfeb4608b1e233653824ab21b9872f25b 2,591 1.00/1.00 vMB 44
635,116 635,116 0000000000000000000608a3a0bc1c54b9afac4355a68b38f01d5ce254cccbc1 1,632 1.00/1.00 vMB 43
635,115 635,115 00000000000000000003a2e8fa5a5e2e444e1eb6d36f688f97e5e3e4b9cde68e 2,628 1.00/1.00 vMB 42
635,114 635,114 000000000000000000085a15104e680ad5381626f2912ae0311cc881056a9c98 2,370 1.00/1.00 vMB 46
635,113 635,113 0000000000000000000db9b1e078e507906c3bb84ad7eda7a8433f19951e6df0 2,872 1.00/1.00 vMB 58
635,112 635,112 0000000000000000000ade8e760a7cf51cd13919bdee687c922fe0b0f59e36fd 3,187 1.00/1.00 vMB 66
635,111 635,111 000000000000000000089db0a3e22b2650e67740348e811b9e8342552e7b4ba1 2,263 1.00/1.00 vMB 17
635,110 635,110 000000000000000000008d8545fee66556cb5c6f3b3cc9f6e4ece1c33ec7cb26 2,546 1.00/1.00 vMB 12
635,109 635,109 00000000000000000010750cffdfd0bf15f6b0c164a90c5cf75fa0826a6ec833 2,089 1.00/1.00 vMB 12
635,108 635,108 000000000000000000056d095ea7bb051c8c985ddb5102f6561ba303025108f5 2,292 1.00/1.00 vMB 39
635,107 635,107 000000000000000000108c8917accbdbb1388f1fa822c4d439e2f9f062e6c0f0 2,564 1.00/1.00 vMB 40
635,106 635,106 0000000000000000000d296417e4e5556bb621d779bff96b84fa826190c6d173 2,718 1.00/1.00 vMB 50
635,105 635,105 0000000000000000000ba0eff9d37e6c4575627c70dec83ca8374f00bed62625 2,053 1.00/1.00 vMB 40
635,104 635,104 00000000000000000004a5a8f1f9e06bce72ac8fd56957e2d25fdfd3e771bbfb 3,321 1.00/1.00 vMB 61
635,103 635,103 0000000000000000000776725bd780c10b3e301747171743b0a01123ff414bd7 2,821 1.00/1.00 vMB 49
635,102 635,102 0000000000000000000b7162affb94e46fcd0978bc8ac7005051136b1e51be90 2,044 1.00/1.00 vMB 11
635,101 635,101 000000000000000000116c83711702298ba3c49f923c7171466ab98c1f5451a5 2,322 1.00/1.00 vMB 18
635,100 635,100 00000000000000000008280761dcc7a77a55594a1e26a2e53135c1be0ff4ee4c 2,125 1.00/1.00 vMB 10
635,099 635,099 00000000000000000002cbb3ab97f152bfccdd42d14e591f5326e9732bc73dbc 2,478 1.00/1.00 vMB 37
635,098 635,098 0000000000000000000d6d3742a724dd6e21b9b561b3726da1df65717d46b041 2,472 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.34 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: 661.13 GB
    • Received: 14.79 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.