Loading Tool

Explorer IconExplorer

Memory Pool

27,805 transactions
12.48 vMB
0.04004363 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.34/200 MB

Candidate Block

Mining Attempt 06fba73986cf6e52523c6d15a26e5b22eafab27f82cd288482d0bbe62c1125cb
Version 20000000
Previous Block 000000000000000000000f78b5039183da5ed41eb05942de3a2a266776018bfb
Merkle Root f91cab4b74cb178d9b48a7ff7a642acc14b84c7eec5346e796609927fcc2c4a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 0.997953 1.00 vMB
Total Fees: 0.01881838 BTC
Feerates: 100.41 > 1.89 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,689 (764,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
148,811 148,811 000000000000072ede98606eb98dfdcb2c0bcd02d05c2fe644131f7ce553ecf8 78 0.04/1.00 vMB 204
148,810 148,810 000000000000025f71325766f37e37171e8699432a154bae323d40d957cbea01 104 0.04/1.00 vMB 229
148,809 148,809 00000000000001cdc74052e93e7e13580347d80889adb6917e1c39b947ce5e27 22 0.02/1.00 vMB 68
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 490.34 GB
    • Received: 3.37 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.