Loading Tool

Explorer IconExplorer

Memory Pool

78,911 transactions
29.43 vMB
0.06677110 BTC
Random Selection Loading Transactions
Max Size: 177.18/200 MB

Candidate Block

Mining Attempt eadca5ee38b178e1da98c51f25b00037bbe6b2da3a43765d45dbb8a1e99e5df1
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root c1120df5d40be254f77c6c62cd2d8df9ebfdd68153fd316a1b0e6a3a09447213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,421
Size: 1.00 vMB
Total Fees: 0.00706069 BTC
Feerates: 150.77 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (521,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,287 393,287 00000000000000000826c8c10a57eeb8bd3ba6bf82edc308dcf4606784be3a9b 102 0.10/1.00 vMB 18
393,286 393,286 00000000000000000063e4ce93732eaf10544a5c4d539f98a76ccd2dda749617 143 0.10/1.00 vMB 27
393,285 393,285 00000000000000000986ec89a6c42ee9bddb7f70d2403d087d6c22672a9d18c0 205 0.25/1.00 vMB 13
393,284 393,284 000000000000000004f030aa5a9357938e7c17e30fff777904e985c198ecc0da 1,339 0.69/1.00 vMB 31
393,283 393,283 0000000000000000092f2b7d569d7d8ba837f41331bc98f7000b39d543712cad 95 0.25/1.00 vMB 5
393,282 393,282 0000000000000000036ec8ffcaa64f3814a6870ebccfe44e12181328c1b38393 915 0.44/1.00 vMB 39
393,281 393,281 000000000000000002ffc5838e6c6c7186e9d924fa9999dedf42f460fe1c17b7 175 0.13/1.00 vMB 17
393,280 393,280 0000000000000000064c83dedb5d9140de24b8869ac6e63e85341ab6cab5c0c5 1,316 0.86/1.00 vMB 24
393,279 393,279 0000000000000000008a29d4141b5a1801b181fd656b60ba79d1fdac4ddee2de 2,004 0.93/1.00 vMB 41
393,278 393,278 0000000000000000068c7cf09feef29f3e0266b22409bd5d1bd096ba3c1b7f91 472 0.31/1.00 vMB 24
393,277 393,277 00000000000000000309462bf80ff6a456e5e16b7de08c23639124daff5ad1f4 1,044 0.59/1.00 vMB 31
393,276 393,276 00000000000000000799992bbc9072336b091c23bf5f347bc5c743e904b8c827 2,026 0.93/1.00 vMB 34
393,275 393,275 00000000000000000696cfa1ec74818ce12df7734c0f4f3279075993a0ad7dbc 1,861 0.95/1.00 vMB 38
393,274 393,274 00000000000000000781f3cb61e1e25eb602d660293df2d2c6e3006d3998bdb9 369 0.82/1.00 vMB 5
393,273 393,273 000000000000000007864e7b4c7781eb5c21b13a13f48a2f47743d2fedb100b4 376 0.30/1.00 vMB 18
393,272 393,272 0000000000000000099fe62b24bcb7fc943ba9bb2a330ff2257b47d02b46b166 1,400 0.95/1.00 vMB 20
393,271 393,271 000000000000000002685cc325c587e3c30198a3445ffe4b4f1d8490d3e9ebc0 2,443 0.75/1.00 vMB 56
393,270 393,270 000000000000000002a6d985276504f05208fbdd8c8184595868d471221640f1 505 0.35/1.00 vMB 21
393,269 393,269 000000000000000003e61ca95ca35ff903753f44afc8265eda59fe4aea70eaba 1,540 0.76/1.00 vMB 34
393,268 393,268 0000000000000000091b477563bb60f437d367f9fa3c9b9d7d81f3373ff06f3d 424 0.50/1.00 vMB 17
393,267 393,267 00000000000000000505d16f9c801a948092e406afbc17e557e2806b07f31265 1,571 0.84/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.