Loading Tool

Explorer IconExplorer

Memory Pool

19,387 transactions
8.62 vMB
0.03278638 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.80/200 MB

Candidate Block

Mining Attempt b829be794a4d1ca7c52ee4035ef45bb348ed13f4d2f6d41df327d6c8db889c32
Version 20000000
Previous Block 000000000000000000020b3bb8f61917f7848c1ad34d4f62bdc7addfd2b7533f
Merkle Root 6b11ad758eb37e4cf73fcb099b79654cbb525a780e309cf973413879a2e54396
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,542
Size: 1.00 vMB
Total Fees: 0.01381494 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,424 (760,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
152,572 152,572 000000000000076ac4b4dfb5ca194ad932ee959a38fe9ba791af838abe30a2d4 23 0.01 vMB 74
152,571 152,571 0000000000000c0fec8908487545045b32d14bb94bd66a851783c9adacf02ad4 24 0.01 vMB 109
152,570 152,570 00000000000002596b42655cb565fd2149a3db47e85a1f3ff15592ee8d71ff37 34 0.03 vMB 69
152,569 152,569 0000000000000dd5a654105d1b7eb821e02c0cd0f326488483a3191bedc3d590 33 0.02 vMB 95
152,568 152,568 00000000000000ef8f40543b07370ad286a3bf786d071d29025e76f420e7d97c 56 0.03 vMB 155
152,567 152,567 000000000000000fa3f3de204bc2c15cd11c71c762e08d569896d27e6d7b46fb 40 0.01 vMB 117
152,566 152,566 000000000000028b528f0bbe05e97a878db25263bb00c30cc5451ce86907e799 75 0.04 vMB 47
152,565 152,565 000000000000034f7d111e3a84084bd55249fc48d6e7822a69d69d502bfe47b8 14 0.01 vMB 107
152,564 152,564 00000000000000f4e71edb57157e66736cee44640358ee1da0dd1ebe354fe23a 10 0.00 vMB 109
152,563 152,563 0000000000000a8ad3a343f891a25949ae7937f2091a71e72874f4177183f828 5 0.01 vMB 118
Previous 10 blocks ↓
Total Size: 779.61 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: 298.04 GB
    • Received: 1.27 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.