Loading Tool

Explorer IconExplorer

Memory Pool

38,642 transactions
28.65 vMB
0.08943377 BTC
Random Selection Loading Transactions
Max Size: 145.02/200 MB

Candidate Block

Mining Attempt 52dde190dbd3ac08baaf652e6ab951e74b367ffe42f3c78ca255b43209d33cc5
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root 28b2c9b314bd3d5a6cb697a05924f827e3f2ef52c833eac44cd09100943a51f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,365
Size: 1.00 vMB
Total Fees: 0.03402687 BTC
Feerates: 101.65 > 3.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (464,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,655 449,655 00000000000000000256bd4c332a08f0dc3ef44305bf7c7eed5b263c37290f9a 2,191 1.00/1.00 vMB 83
449,654 449,654 0000000000000000020ed36c1d176f9f687c8aca257be8740e6b8f5ce1846952 1,647 1.00/1.00 vMB 58
449,653 449,653 000000000000000001f5a9b6b114c9a97d283a210b523d1282e0cbd288a26a3a 1,521 1.00/1.00 vMB 91
449,652 449,652 00000000000000000093552e926b5a97ac8e451f6c9b2871304fc71650fc4031 1,418 1.00/1.00 vMB 101
449,651 449,651 0000000000000000004564510b11d63a9c1e094b448cdb615e854288e3289a94 2,190 1.00/1.00 vMB 87
449,650 449,650 0000000000000000003c934622001e075b8cddb8626b39c2d8bf5128b070afad 2,490 1.00/1.00 vMB 70
449,649 449,649 000000000000000001a1df4c383ba31eaef0848607c9bc439c907b1742b1c8d5 2,267 1.00/1.00 vMB 102
449,648 449,648 0000000000000000020a549d69e2938542ef72df0833608cf612bf99aac8aeb7 750 1.00/1.00 vMB 54
449,647 449,647 00000000000000000283d2e076f278f27243bb6a662159ebdcbee718d1da7077 1,821 1.00/1.00 vMB 71
449,646 449,646 000000000000000000941ad900d0e615be3590667b6a71ce76406f5983efe0bb 1,654 1.00/1.00 vMB 68
449,645 449,645 0000000000000000025600b81ea7c4f1dfcb188524f4a9ec945a10c82657fafb 2,028 1.00/1.00 vMB 80
449,644 449,644 0000000000000000023a4d09d747f131a95cb40d5a9bfc98f3fc0f5631ce2a15 492 1.00/1.00 vMB 62
449,643 449,643 000000000000000001d71ca815e7805733c98127a8e220231e2d1b96b5d28735 1,894 1.00/1.00 vMB 80
449,642 449,642 000000000000000001e3e885c35f0fcbcf109305df5d6c370395da8074eed1bb 1,167 1.00/1.00 vMB 60
449,641 449,641 00000000000000000185c56ba6d505cf2483729b218ee39510ac223fa59f66b5 2,372 1.00/1.00 vMB 73
449,640 449,640 0000000000000000012f546492bb8fcf7c948d90c81c8f36aac0ab585f0d1163 1,590 1.00/1.00 vMB 86
449,639 449,639 00000000000000000085dfc5d1ee433ddea15c972505828b06f5e82b7474f4ed 1,795 1.00/1.00 vMB 106
449,638 449,638 000000000000000001c31046e89971f1d9927b73bd6050fcdd8d3c05bd1d4f1b 1,888 1.00/1.00 vMB 82
449,637 449,637 000000000000000000d5f4eceb0f20fcddd36b4b76cf0ad128417b9c7b1dbfcc 3,621 1.00/1.00 vMB 68
449,636 449,636 000000000000000001cd330373b0c205249b72711f71c4e061bfa530a0dd3cae 1,891 1.00/1.00 vMB 70
449,635 449,635 000000000000000000ac24ed68d87e3771c644915ba8076fa0d39acd3316c72b 1,039 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.