Loading Tool

Explorer IconExplorer

Memory Pool

46,746 transactions
22.52 vMB
0.10770773 BTC
Random Selection Loading Transactions
Max Size: 125.83/200 MB

Candidate Block

Mining Attempt 57ec6e82ca855cb8226bc619dd555dde2e39f453f2dcb3f1ced5dfd05059c4c1
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root acb7b596b105da5c997e5ebd1a625eb7151adf1cfe73b981c98c7b0a4a2be3f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.04329161 BTC
Feerates: 192.68 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (762,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,431 151,431 000000000000093c4bae6c23186bde71ae3c3c7494e2fe10ac68a04a764da529 32 0.01/1.00 vMB 80
151,430 151,430 0000000000000a5a0926e7a9f72dc9dda8e924f0ba73e2abf473ad45b9b98eff 80 0.03/1.00 vMB 107
151,429 151,429 0000000000000956ee43f476cebbba89e7177877a4fa69c6c130ba9febe9308b 14 0.01/1.00 vMB 66
151,428 151,428 00000000000006b99447a2180e41406428b2dc6a0f1306215c609a66727fae54 13 0.01/1.00 vMB 61
151,427 151,427 0000000000000b846da2dba626f3660215dee09df2fc5f1753ca482398962d19 2 0.00/1.00 vMB 0
151,426 151,426 000000000000063afe881d87a86a285b6727cf3a5cbf472d75297e53bdc7c7b0 76 0.02/1.00 vMB 49
151,425 151,425 000000000000092d62ce5ec0922e488f7d44f6c8cb29b652910512c1dc808f15 25 0.01/1.00 vMB 67
151,424 151,424 0000000000000a32229820bdf7fa2d9df34bbca03bbf1ae820847dea3fdb0cc5 18 0.01/1.00 vMB 333
151,423 151,423 00000000000008dcc8747929fa82eaf8dcc5b7edbdeb2400b15e39280d544ad8 17 0.01/1.00 vMB 92
151,422 151,422 00000000000005525b16346e07baadd70dceb8bba835e5b6a98a5be9f2e2ab35 28 0.01/1.00 vMB 13
151,421 151,421 00000000000008d267b36266157066e57dbb2c69bf6f3cfe110ef9229e4eb299 39 0.01/1.00 vMB 253
151,420 151,420 0000000000000d452cc0d1a63ab18d15e842061024c0bff0ed6ae74e70b0d5b9 73 0.02/1.00 vMB 136
151,419 151,419 0000000000000aa00cff1b3770a76f3ef730982289b674ff9ebd66dcd0a246f6 80 0.02/1.00 vMB 6
151,418 151,418 00000000000006c8fdb1df469f648d2fc8037c5b78ba2f278178bb50e950e559 60 0.04/1.00 vMB 218
151,417 151,417 00000000000008db89c27364735644efb15ad7e138d281971de59470508f4be3 4 0.00/1.00 vMB 44
151,416 151,416 00000000000003e231e2b94506e7c28bcf9c1dd376eee9611086c462f72bb0c7 26 0.01/1.00 vMB 133
151,415 151,415 0000000000000cd28531e2dadd78f5198c6a5dc006b39ccfa964f3c2b4c4060e 22 0.01/1.00 vMB 104
151,414 151,414 00000000000000c9e81a1533fc1fb10ec8d25fd564c4124370cb7809cf48b1a6 5 0.00/1.00 vMB 1,147
151,413 151,413 00000000000005bafeb59afa299055a4aa9e0ca457692146bd82054669cda561 124 0.03/1.00 vMB 73
151,412 151,412 0000000000000c2255e71fc3d90eb4cd47dbbc9cbef30828ed1d18f3b71c0ab6 57 0.02/1.00 vMB 137
151,411 151,411 0000000000000441b66032e279259a7274a6d382f996ca404e206a8076391529 73 0.03/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 780.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 557.88 GB
    • Received: 7.09 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.