Loading Tool

Explorer IconExplorer

Memory Pool

4,744 transactions
2.73 vMB
0.00509904 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 14.50/200 MB

Candidate Block

Mining Attempt 94ec0521f69bd2eab0573772074081292bf7f64036efac28afd6a8886ccbbde7
Version 20000000
Previous Block 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6
Merkle Root 034c25e781661aa7a9b017e1cd3110c8335f26e2e0e258f5f8527b9abf01c624
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,330
Size: 1.00 vMB
Total Fees: 0.00327153 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,493 (771,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,456 142,456 000000000000049d34b027b43390f6fe878343aff0df0c29331af5324e14e81a 88 0.04 vMB 133
142,455 142,455 00000000000007b243e9e136447200c8920690935905d7fc69a1a464b80777c6 1 0.00 vMB 0
142,454 142,454 000000000000033b32be5b71ecab71ee4ad6bab6b6ccb772d10d188a323dbfde 1 0.00 vMB 0
142,453 142,453 000000000000003b229fe9e6cfe23afe70caf2b93e37563940eb6bb58818ddc1 34 0.02 vMB 186
142,452 142,452 00000000000005e34009038870345f06177c4bf892d0838f333847e7ea7b5dff 123 0.04 vMB 42
142,451 142,451 0000000000000503ccfbc424c78a93dcc13c27ab19cbadc734aba7b664f68f77 21 0.01 vMB 320
142,450 142,450 0000000000000036959ee5ce5265d10b115a8aafd55c1fdfaecad658ff123aa7 152 0.06 vMB 258
142,449 142,449 0000000000000246dd9eb7445f320fcf0bd76956c08c7233393f1644e4cff61b 83 0.04 vMB 245
142,448 142,448 000000000000065bcab39ed6d5bba9ef2ea32fa63f3cc6b3009e807eff3b9f03 12 0.01 vMB 65
142,447 142,447 00000000000002e3c782ffc2742344dfbcf5a3097ad277ca9a811694835b8c9d 19 0.01 vMB 54
142,446 142,446 00000000000007edd1720140c2947da50e45abe86b98a80abcf0cb35cb69f7fd 19 0.01 vMB 61
142,445 142,445 00000000000006a5c7679d3fd580be9f38fb4a9d0d0653dd7df5da5d9661b0b2 103 0.05 vMB 210
142,444 142,444 00000000000007c755c1c0b82e288fb465030a53775157c0ceb26aff14f9ac27 60 0.02 vMB 6
142,443 142,443 000000000000080eceeae66fcec9e140c78230180558750c77b3ef521880310c 94 0.05 vMB 99
142,442 142,442 00000000000006912d5d01c0c0b68632433b1cf72910f14a1ddf19bb9017cc27 43 0.03 vMB 148
142,441 142,441 00000000000008ebfb799c50a8c30d00599077224baf2e778d19e40f65967b17 7 0.00 vMB 694
142,440 142,440 000000000000059afa1f17df1f8ededce96b01506817e62b3a502fb3515f6ecb 173 0.05 vMB 2,451
142,439 142,439 00000000000001ddd1867c31111e8c245c0dc23a44460e1340e82362014854a8 14 0.01 vMB 28
142,438 142,438 0000000000000487dc0c40887a5f560deb5b4dc035c651513e91341883f46842 2 0.00 vMB 4,444
142,437 142,437 00000000000006d5eabaac3c466ed63cf5fd7a8bc1a3f2aa93c5be1e29d304fa 31 0.01 vMB 122
142,436 142,436 0000000000000769a080ad7b487abfc458d90160ea20f77c8e7bf663a7d610c7 32 0.01 vMB 193
Previous 10 blocks ↓
Total Size: 779.72 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: 364.33 GB
    • Received: 1.75 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.