Loading Tool

Explorer IconExplorer

Memory Pool

6,372 transactions
3.09 vMB
0.01030470 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 16.83/200 MB

Candidate Block

Mining Attempt 2630f07be31e5f1e3a849e996299c324d3d82b0d9ff8c12be51e95ce2195e267
Version 20000000
Previous Block 0000000000000000000112ffd371287b3c84509c944a570407db8fd21ee1339f
Merkle Root ded0c7bdba165a19764a3c6072c62d8ba24240e12a21667a64fa7b275a55c4fc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,113
Size: 1.00 vMB
Total Fees: 0.00779399 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,492 (771,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,461 142,461 000000000000066f38befaee014f6c2193ed3f1ac5825fa041a18d679b627678 16 0.01 vMB 63
142,460 142,460 00000000000000474b2a64896f35a1010cfb55877146aee60b42f747c13abb10 1 0.00 vMB 0
142,459 142,459 00000000000002cdfe717a75c4abd68747216c1409d2c22b7162337fc4eab49b 37 0.01 vMB 142
142,458 142,458 0000000000000290b526d6ba09f3d1899c981f9a5ec9d7d4bd06726255e7a6a4 19 0.01 vMB 53
142,457 142,457 00000000000004cedd4f158dc604ee070429ea0443dc6849f91b30e2f9f31953 106 0.03 vMB 21
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
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: 363.90 GB
    • Received: 1.74 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.