Loading Tool

Explorer IconExplorer

Memory Pool

27,009 transactions
11.88 vMB
0.03074783 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.01/200 MB

Candidate Block

Mining Attempt 55fb0bf48c12d919006bb41f003299c5360292e6b72f0bc5bbc5084053a37a62
Version 20000000
Previous Block 00000000000000000000e1a691ee00fa1aa3ee6a480bd6f8fe0dacb171b82813
Merkle Root 8b890425d1f1b0de133760412bcaf8c10d46affb675ba2a7d8f8cb07aa2b8ded
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,745
Size: 0.997893 1.00 vMB
Total Fees: 0.01030869 BTC
Feerates: 61.00 > 1.03 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,688 (764,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,832 148,832 00000000000000ed704095b4569ab1114947736cb6cbef16d889b0b8e56f0731 52 0.02/1.00 vMB 122
148,831 148,831 000000000000073006cf97c93c0d33144d74398b85438006e2eb808fcb4b7439 104 0.03/1.00 vMB 25
148,830 148,830 00000000000007ce8a72efc82f2881acf340a9e90b09b83a4a40ac8dfbf06f9e 48 0.03/1.00 vMB 49
148,829 148,829 000000000000025ce721584dc8814bbbc7a3e6f0b0f2bf7fa2b3598d348cdc52 159 0.06/1.00 vMB 220
148,828 148,828 0000000000000706c6716721ed7eb63188b445dde079427cd4b9fa57408882c7 10 0.03/1.00 vMB 74
148,827 148,827 000000000000096f6e287e95896b6c4a7671b9da5fd16e453b8948a5de519af3 22 0.01/1.00 vMB 142
148,826 148,826 000000000000014940f5729332f208e817eb0b3e303fa3efc0c60fe5d3772bb8 96 0.03/1.00 vMB 27
148,825 148,825 00000000000002e513dcc27c464c1e1a265903f5cd078078d7dd97b7e48ea8e5 20 0.01/1.00 vMB 63
148,824 148,824 000000000000075f2e255aa5c89c75a882b0a2b71efee2b67ed38a995cb8c312 10 0.01/1.00 vMB 69
148,823 148,823 000000000000019ed4910b94c885e2eb0f04015eba9a3945e960516bf2411e9c 12 0.01/1.00 vMB 408
148,822 148,822 0000000000000611963cc8f74b25ff9735cf79f2358fb91ec05e3d08a331d93e 21 0.01/1.00 vMB 208
148,821 148,821 000000000000011b090b2f75a852e419aa9dfcc51ab51e6f7e73de7b4e67997a 5 0.00/1.00 vMB 103
148,820 148,820 0000000000000627432bba1f4c6703d4505cdad42de56877942bb6173ec4b95d 9 0.00/1.00 vMB 105
148,819 148,819 000000000000073ac3ba1fd66377e268fb88ee41c3759efbf03ab976d6beae5d 70 0.03/1.00 vMB 301
148,818 148,818 000000000000085db6f81c31d0e1c740fa233747c173c2fec155e07d3db9568c 41 0.02/1.00 vMB 357
148,817 148,817 00000000000008cbac49b12323838e9ec7f257eb79510d6eb3612bffbf412964 127 0.04/1.00 vMB 62
148,816 148,816 0000000000000950034288b0a95951b99e977db25fe2e1311187985ced1c52df 97 0.03/1.00 vMB 11
148,815 148,815 000000000000038699ef19d76d1963522e6e12d2bd3f0c46a2b32b746b76a579 11 0.00/1.00 vMB 480
148,814 148,814 000000000000034b7b9f25876cdbb860d415da57d06c7b89d1e118ff5ad2b30e 69 0.03/1.00 vMB 215
148,813 148,813 000000000000020cf256a37db0775bdc40545c674080725a59ef3dfb54eeb751 55 0.02/1.00 vMB 164
148,812 148,812 0000000000000937a93d868a2a95ec735a106dcda4eda260c142da91734ee75a 41 0.02/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 780.07 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: 490.03 GB
    • Received: 3.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.