Loading Tool

Explorer IconExplorer

Memory Pool

81,667 transactions
30.01 vMB
0.15930555 BTC
Random Selection Loading Transactions
Max Size: 180.77/200 MB

Candidate Block

Mining Attempt 872cc5d52b0a7c388f7aae3f23fc1ce00e3d315e2ab353b03522cfab98c53818
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 03368e129a67d5a0f79b68de775a7c23aa615792e0f18cefd90231da1d188ce1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.06066599 BTC
Feerates: 1,002.91 > 6.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (513,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,188 402,188 000000000000000004f4e5f89937a704cc73557b17e158541353802cf22f4bea 1,114 0.99/1.00 vMB 19
402,187 402,187 0000000000000000056281043eae6ea375d917387871b4136b593608eff4ce38 2,378 1.00/1.00 vMB 56
402,186 402,186 0000000000000000002a52e0b011dc785289c15ee75e0ff57ae5031353a96267 1,541 0.93/1.00 vMB 36
402,185 402,185 00000000000000000025770a3b79649d1886da667191ce822cf80eca944037c1 2,633 1.00/1.00 vMB 52
402,184 402,184 000000000000000004cde3612c9ebaef9ffca79cda31410d8f30a0de924f4741 1,985 1.00/1.00 vMB 48
402,183 402,183 0000000000000000039013b0f807c06c279cef201205444a1fa7a0ca27cd530d 1,638 0.99/1.00 vMB 38
402,182 402,182 0000000000000000021bed3cd03326c22ca9fc0c9cf49d43e89430be0c7461f9 1,901 0.93/1.00 vMB 51
402,181 402,181 000000000000000004cdc63a05b29c998c626ff28aedb2ed5caeddb6d0bac8e8 2,338 0.99/1.00 vMB 33
402,180 402,180 00000000000000000479b8e5aa4a820503c4ce6286efd3d96a43bfd116c240d5 2,045 1.00/1.00 vMB 43
402,179 402,179 0000000000000000024cc1be6f70a2bd6dfbd8e86945853ead6bfcb70ecc6de1 1,685 1.00/1.00 vMB 63
402,178 402,178 000000000000000000ba645d0e82b3d388a0fe96771f0954a46ba50403332753 1,819 1.00/1.00 vMB 50
402,177 402,177 00000000000000000047edba7a0ed858b3e0652ee2dbf92278c79c770632c0f4 1 0.00/1.00 vMB 0
402,176 402,176 000000000000000005386f02de704521485aacfe7384308dd5b137959c7e27e9 2,544 1.00/1.00 vMB 80
402,175 402,175 000000000000000005abfa32dfbf4c87ded52af294afa3f1a8a3f92f29de35a8 741 0.99/1.00 vMB 19
402,174 402,174 00000000000000000238d22a9cd7e9715209715278ee87d2f66b895ebcd7f419 2,924 0.93/1.00 vMB 73
402,173 402,173 000000000000000001a90d2ee79de29e81683da56c6cdfabd15906a10f2c94f4 1,906 0.93/1.00 vMB 52
402,172 402,172 0000000000000000055f01e5f49785cd4e5e74bfe36bf410cdeec794e3dd2352 2,831 1.00/1.00 vMB 37
402,171 402,171 000000000000000000db83bba3513b0959a0cbae99edb40ddf0697044343f308 2,014 1.00/1.00 vMB 48
402,170 402,170 000000000000000004e5f8fac74b0ba2d00c2a46ac96b5849b8fe7be8c3dd796 3,273 1.00/1.00 vMB 74
402,169 402,169 000000000000000001e99b7c9a3aa5e2cfa0f11a065d0ac7827ff153439ec5ff 87 0.99/1.00 vMB 4
402,168 402,168 0000000000000000043ce483c03eadbad8be7edbf5473a2abecf6b9bcaea1739 1,609 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.