Loading Tool

Explorer IconExplorer

Memory Pool

11,504 transactions
3.90 vMB
0.01401324 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.96/200 MB

Candidate Block

Mining Attempt f337da0ba110c54493464894760baff4e3f4e9213a02240c1e3d86853aeddeb7
Version 20000000
Previous Block 000000000000000000009a929be43b792df614d84143d9278cce62466a093c03
Merkle Root 750925d60f708267ddb818ae01b6a6ebe0a227f9d6e81b58d37c625d3de05add
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,215
Size: 1.00 vMB
Total Fees: 0.00950461 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,485 (760,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,593 152,593 0000000000000737bd972268c0dcbdf915fd3153782eb968075fa29db4bb7522 43 0.03 vMB 117
152,592 152,592 000000000000013c75a806035e1f6969c1f9bdf8f89c75be022dae732db3f509 27 0.03 vMB 98
152,591 152,591 0000000000000b9a2780de8afa22e10975edc9253c3e941b430ffefc2977b29b 12 0.00 vMB 348
152,590 152,590 0000000000000a763957790cd379c0f3c6d414e4e006a6eec1599a76f7b5dbde 31 0.02 vMB 57
152,589 152,589 000000000000018b1b2c3bdbf5db44077053eeb2497f80d48bb7e0090a7608c9 40 0.02 vMB 14
152,588 152,588 0000000000000be976ecb2bdbf21c6f8b098999d18b2877c5989fd159bbafc45 98 0.04 vMB 75
152,587 152,587 000000000000059f8624d67008016659f2487c810dc405ff072127eb508b0e4d 23 0.01 vMB 368
152,586 152,586 00000000000002fc2ee4320de66346ba85ca2216ecf764b3e6a495567ba918be 13 0.00 vMB 0
152,585 152,585 0000000000000361a899a7177d4e028ccaad87e29f8652a21fdfbd4ce5372e41 24 0.01 vMB 187
152,584 152,584 00000000000009ad3b4f854c1034d3944b2ffbb81e5660ac5ebb6e3696fa3754 43 0.02 vMB 311
152,583 152,583 00000000000008aa643d8f47d182783d7e8efc7ae6c96a054a75fdea15145e15 14 0.03 vMB 57
152,582 152,582 00000000000000a8385211f9b3681f01eb0a6730ec69f604b41fbdcd4e88f894 13 0.00 vMB 41
152,581 152,581 0000000000000c6981e9ed564f9fb016a23e001464c6ce69ce63356e0a29b74d 10 0.00 vMB 32
152,580 152,580 0000000000000a8823647788b38952fdf3939464fc5f846ce04566577ff472b7 47 0.02 vMB 123
152,579 152,579 00000000000001db9c66c31292d62955a46c17429b96641d0ba58e15870baa47 95 0.04 vMB 54
152,578 152,578 000000000000001c1d7410f61223d1cb97eaf6062008df0d9e6ec83fe90d2d52 81 0.05 vMB 275
152,577 152,577 0000000000000af311f49b0d23d7b2cd02ae4c95c7ba7f0355223e4fe9c51074 10 0.00 vMB 838
152,576 152,576 000000000000005002daceb4c74fb8f8513e55496abb2ba60ea6a8872b7180f0 61 0.03 vMB 58
152,575 152,575 00000000000008237963b31647fd9a8cc6b6afe53230637b76fe3f1f14289810 17 0.01 vMB 86
152,574 152,574 00000000000008e6f63b41c74c321d1edb97997a77359e05b5843ef0c62e7e67 11 0.01 vMB 22
152,573 152,573 000000000000065eff6b0e493db70fad6019db47d61805db8d645a21b3b02d41 12 0.00 vMB 123
Previous 10 blocks ↓
Total Size: 779.71 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: 350.60 GB
    • Received: 1.69 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.