Loading Tool

Explorer IconExplorer

Memory Pool

25,455 transactions
5.77 vMB
0.04933208 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.42/200 MB

Candidate Block

Mining Attempt 4d014001cad5d125b1f2cf4fd0c14097cb1f385b6377d4fcd72392f3882bff85
Version 20000000
Previous Block 0000000000000000000175361dcea3a6ee6c0102459f4d919344d26f63798798
Merkle Root f045f6db4ce4cf400c8d1c74ac78e9ebc4b0be13c3241a586568dbd62e1539cf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,440
Size: 0.65 vMB
Total Fees: 0.03535224 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,199 (750,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,721 162,721 000000000000028461bed0542c3bf7a67021a61e18f20a494818a2fe6f92c097 0.05 MB 155 6
162,720 162,720 0000000000000c8f1dd4d85dae4dca5cf1d7a2e108f29b473a363cd1fe8a39bf 0.00 MB 10 17
162,719 162,719 00000000000009701e9b01d6a63385edeff694c50cf943765d322d1d7f2b0338 0.03 MB 48 335
162,718 162,718 00000000000009bdbf04507e34e097f3da8ab540c2a90b8bf44610b717c85dff 0.00 MB 7 638
162,717 162,717 00000000000001624530d8b7c92d763babedb51e5b2fbe205540e2905cb05bbf 0.04 MB 64 137
162,716 162,716 000000000000056d17a31b142ad6710d843efa75fb7010299254a1401c2a0dde 0.02 MB 43 35
162,715 162,715 000000000000026eae97ee3495430b79a119005e4fb2f8c4555501b5f24303e3 0.01 MB 21 35
162,714 162,714 00000000000007454447f9b4c147e218194c42a5c21d3298ed033aea23cb279f 0.01 MB 19 22
162,713 162,713 000000000000096e9b42f47693ae481e582f99d371907080990c42ccf5267ed5 0.01 MB 38 16
162,712 162,712 00000000000005b8fa98d7bae18f75b5ef4045079cc13e5a0da72842f9b1eeac 0.03 MB 71 153
162,711 162,711 000000000000085d9dc2a09c6be9813d165375a317d8cea4475ac295df0f9be9 0.07 MB 48 94
162,710 162,710 000000000000034aab2df7410cbb6a3e106eed8008797ec1597e930b01b93530 0.02 MB 22 38
162,709 162,709 0000000000000c18bf8b7095f619534921851b90e73149f5c0f3c2f7917cc5d7 0.01 MB 21 1,518
162,708 162,708 00000000000009d26d22c6b8037c344ed0d90dd635222ea7f55d48e9d80443ee 0.04 MB 16 57
162,707 162,707 00000000000000d35402c23c089adf5a417501047b3c8542ecda926552473ffc 0.00 MB 1 0
162,706 162,706 000000000000039f06906dc74840792948d75f5ca2cd7357d78cdca98b9830a4 0.05 MB 105 192
162,705 162,705 000000000000007dac86ae0400f08bbcac5e9e2b44bfcebb95ebda52d07f7df6 0.03 MB 44 57
162,704 162,704 00000000000001ed173e58043e512bcf011c9ed896078a77f26ad33ccc521e7c 0.01 MB 15 4
162,703 162,703 00000000000009561d41cbeac54a5ccd3a47c99f5941b2650ffd040df5861cf7 0.01 MB 23 14
162,702 162,702 00000000000004d5df4fe9866d82e76d3c6f937ec8fa7b17676ec3542561a5c4 0.01 MB 25 0
162,701 162,701 00000000000008d87e7d6ee664979842480757ab51a63b8b4d18c712d18367aa 0.04 MB 86 127
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 61
    • Outgoing: 10
  • Data Transfer:
    • Sent: 14.49 GB
    • Received: 0.31 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.