Loading Tool

Explorer IconExplorer

Memory Pool

33,774 transactions
17.61 vMB
0.04619871 BTC
Random Selection Loading Transactions
Max Size: 107.02/200 MB

Candidate Block

Mining Attempt e14d16dd2da92245658e225de8e6c7daa74246d0f49a7d0e05df14b3f370c30b
Version 20000000
Previous Block 00000000000000000001ef5885758bf48df2df7f2025a5f4f88bfcd989088cce
Merkle Root 00ab8ecbdbe49dbbc8f9566208c96aaac2f66a5de1da350ba114e17d2af03a37
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.02605590 BTC
Feerates: 477.45 > 2.61 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,047 (776,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,730 162,730 00000000000009505dc211388aa0758bca6f79bf9665aa6e0cf69c4b3cf08690 9 0.00/1.00 vMB 15
162,729 162,729 000000000000054f992515c6702b78138987bf769f7b5fd5dc5e5e013ee1b29f 6 0.00/1.00 vMB 0
162,728 162,728 00000000000000d21a48b62f33f272d364b71bb2807fb55d136d210124e53153 76 0.03/1.00 vMB 161
162,727 162,727 00000000000002c02f5e624f50ab3c1b57196a38b2f4d29387d5ad7f1af91105 109 0.08/1.00 vMB 135
162,726 162,726 0000000000000c27a36b55ba317e5d88d1a98a96854fcbd5f3226ffc51c78070 9 0.00/1.00 vMB 18
162,725 162,725 00000000000007f98b6be327df0635c80a6c3935518eaac1924845bb5bc2abae 70 0.03/1.00 vMB 420
162,724 162,724 0000000000000127f7d7a50fb225ff7cb01aab14fe02aafcd5382909a45e104c 60 0.02/1.00 vMB 13
162,723 162,723 000000000000018d1f5bd68312a2402efbb8cdb1891289a6a3e2bb385e189200 3 0.00/1.00 vMB 1,260
162,722 162,722 0000000000000a52672b34d7336ca9040b7f83a5f3a5178a727afdbb991fd227 13 0.01/1.00 vMB 104
162,721 162,721 000000000000028461bed0542c3bf7a67021a61e18f20a494818a2fe6f92c097 155 0.05/1.00 vMB 6
162,720 162,720 0000000000000c8f1dd4d85dae4dca5cf1d7a2e108f29b473a363cd1fe8a39bf 10 0.00/1.00 vMB 17
162,719 162,719 00000000000009701e9b01d6a63385edeff694c50cf943765d322d1d7f2b0338 48 0.03/1.00 vMB 335
162,718 162,718 00000000000009bdbf04507e34e097f3da8ab540c2a90b8bf44610b717c85dff 7 0.00/1.00 vMB 638
162,717 162,717 00000000000001624530d8b7c92d763babedb51e5b2fbe205540e2905cb05bbf 64 0.04/1.00 vMB 137
162,716 162,716 000000000000056d17a31b142ad6710d843efa75fb7010299254a1401c2a0dde 43 0.02/1.00 vMB 35
162,715 162,715 000000000000026eae97ee3495430b79a119005e4fb2f8c4555501b5f24303e3 21 0.01/1.00 vMB 35
162,714 162,714 00000000000007454447f9b4c147e218194c42a5c21d3298ed033aea23cb279f 19 0.01/1.00 vMB 22
162,713 162,713 000000000000096e9b42f47693ae481e582f99d371907080990c42ccf5267ed5 38 0.01/1.00 vMB 16
162,712 162,712 00000000000005b8fa98d7bae18f75b5ef4045079cc13e5a0da72842f9b1eeac 71 0.03/1.00 vMB 153
162,711 162,711 000000000000085d9dc2a09c6be9813d165375a317d8cea4475ac295df0f9be9 48 0.07/1.00 vMB 94
162,710 162,710 000000000000034aab2df7410cbb6a3e106eed8008797ec1597e930b01b93530 22 0.02/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 824.98 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: 4,214.17 GB
    • Received: 231.50 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.