Loading Tool

Explorer IconExplorer

Memory Pool

25,718 transactions
29.73 vMB
0.04673589 BTC
Random Selection Loading Transactions
Max Size: 160.35/200 MB

Candidate Block

Mining Attempt 8eb70fbf91c831f588a6fd3dceda9b851085b8bcfe9f27cdc2687b1347d2eb44
Version 20000000
Previous Block 00000000000000000001d5a9dc7e5d6c22168393da63741599b9512df572f10e
Merkle Root 37067c7d70aca5d74c0e4397658db50c298b3cc334e1319c1709b3dc948e1a71
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,308
Size: 1.00 vMB
Total Fees: 0.01329368 BTC
Feerates: 150.38 > 1.33 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,212 (797,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,453 142,453 000000000000003b229fe9e6cfe23afe70caf2b93e37563940eb6bb58818ddc1 34 0.02/1.00 vMB 186
142,452 142,452 00000000000005e34009038870345f06177c4bf892d0838f333847e7ea7b5dff 123 0.04/1.00 vMB 42
142,451 142,451 0000000000000503ccfbc424c78a93dcc13c27ab19cbadc734aba7b664f68f77 21 0.01/1.00 vMB 320
142,450 142,450 0000000000000036959ee5ce5265d10b115a8aafd55c1fdfaecad658ff123aa7 152 0.06/1.00 vMB 258
142,449 142,449 0000000000000246dd9eb7445f320fcf0bd76956c08c7233393f1644e4cff61b 83 0.04/1.00 vMB 245
142,448 142,448 000000000000065bcab39ed6d5bba9ef2ea32fa63f3cc6b3009e807eff3b9f03 12 0.01/1.00 vMB 65
142,447 142,447 00000000000002e3c782ffc2742344dfbcf5a3097ad277ca9a811694835b8c9d 19 0.01/1.00 vMB 54
142,446 142,446 00000000000007edd1720140c2947da50e45abe86b98a80abcf0cb35cb69f7fd 19 0.01/1.00 vMB 61
142,445 142,445 00000000000006a5c7679d3fd580be9f38fb4a9d0d0653dd7df5da5d9661b0b2 103 0.05/1.00 vMB 210
142,444 142,444 00000000000007c755c1c0b82e288fb465030a53775157c0ceb26aff14f9ac27 60 0.02/1.00 vMB 6
142,443 142,443 000000000000080eceeae66fcec9e140c78230180558750c77b3ef521880310c 94 0.05/1.00 vMB 99
142,442 142,442 00000000000006912d5d01c0c0b68632433b1cf72910f14a1ddf19bb9017cc27 43 0.03/1.00 vMB 148
142,441 142,441 00000000000008ebfb799c50a8c30d00599077224baf2e778d19e40f65967b17 7 0.00/1.00 vMB 694
142,440 142,440 000000000000059afa1f17df1f8ededce96b01506817e62b3a502fb3515f6ecb 173 0.05/1.00 vMB 2,451
142,439 142,439 00000000000001ddd1867c31111e8c245c0dc23a44460e1340e82362014854a8 14 0.01/1.00 vMB 28
142,438 142,438 0000000000000487dc0c40887a5f560deb5b4dc035c651513e91341883f46842 2 0.00/1.00 vMB 4,444
142,437 142,437 00000000000006d5eabaac3c466ed63cf5fd7a8bc1a3f2aa93c5be1e29d304fa 31 0.01/1.00 vMB 122
142,436 142,436 0000000000000769a080ad7b487abfc458d90160ea20f77c8e7bf663a7d610c7 32 0.01/1.00 vMB 193
142,435 142,435 000000000000084f641d8f3137d7564321613ce64b015060c3e7f904edfd6d95 46 0.03/1.00 vMB 251
142,434 142,434 00000000000007ef0828f7e3545e7ab960fe60aa0e909f243363625b9b4cac4d 43 0.02/1.00 vMB 247
142,433 142,433 0000000000000865e363c569f402b9878361c50d8ddaa56f8eb697f7bddd0f01 106 0.04/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 827.11 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: 4,442.41 GB
    • Received: 241.13 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.