Loading Tool

Explorer IconExplorer

Memory Pool

30,192 transactions
27.48 vMB
0.06225736 BTC
Random Selection Loading Transactions
Max Size: 133.83/200 MB

Candidate Block

Mining Attempt 6cb0364186acbbdc9a69ad03047c861e10cf61ec3f3c76f053333522bfe4fa43
Version 20000000
Previous Block 0000000000000000000060e6b42c519f1600280c1d56df8b872ca0d7bb109b20
Merkle Root eea3e332a2a58542961766b427e9e2f1c4986d744d4cd7cdecd3f9518d2ed2d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,748
Size: 1.00 vMB
Total Fees: 0.01010698 BTC
Feerates: 100.53 > 1.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,506 (790,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,800 123,800 0000000000004b09977b4452bc2f5e6b33e1dc0143f3cd9a090e799cc76ea867 5 0.00/1.00 vMB 1,273
123,799 123,799 000000000000227364c8cabbf2905444c1d9d0d0d7f0021f5c7e4efc2f607c16 13 0.01/1.00 vMB 381
123,798 123,798 000000000000473fb7fa49268d55eb88c4c6e6d42ea93c8a2f69547d2eafa3fb 10 0.00/1.00 vMB 878
123,797 123,797 00000000000009292b71e5f1e77d581ac99a40d22a7f51420fa7d6d852ccf6d4 26 0.01/1.00 vMB 278
123,796 123,796 000000000000598de6d4882023ad2ff1f3492dd2e802c6375ea364214bfc3b60 1 0.00/1.00 vMB 0
123,795 123,795 00000000000029a4a1cfc0cb86281260854d64131df9290d35752b6595cfd575 2 0.00/1.00 vMB 3,891
123,794 123,794 000000000000073a69e6941e2e3afb10483c6de82bd232618f9d4a079a5a43fb 27 0.01/1.00 vMB 0
123,793 123,793 000000000000206fad55968479eb582c3f42110f0f63077c8d3d5cb409c398a9 2 0.00/1.00 vMB 3,436
123,792 123,792 00000000000027b7038c81d8f33c3b382cbee0315097ddeac7db4047a52d8e7a 46 0.02/1.00 vMB 1,219
123,791 123,791 0000000000003a529b87dc865c7b640164e53895d844e0202f1c4e2b926ce055 7 0.00/1.00 vMB 1,223
123,790 123,790 00000000000037efd9c88c08f0097ff413f699bab9295863a531091d7a4d9205 39 0.01/1.00 vMB 385
123,789 123,789 0000000000002581a92e991e2351d86b276349c92bf3524418c038164e83e7e4 12 0.00/1.00 vMB 713
123,788 123,788 000000000000692979b87f114026b4bcc4a965d5d52f15a5e6bd52a46397ca0e 12 0.00/1.00 vMB 701
123,787 123,787 00000000000000f1339d78018b621df8f9f290ace314e77ebfc95b10fbccb046 8 0.00/1.00 vMB 308
123,786 123,786 0000000000006a07c7abe4b6705ecc8a2639c92e16fdbc7204e2100b52d2118f 10 0.00/1.00 vMB 352
123,785 123,785 000000000000124dbc9784001396a175dc514bf4af80edf855ce16907e37d357 11 0.00/1.00 vMB 315
123,784 123,784 000000000000694dc68450e97cea0b049f7947d67c7a0c9eff5ba538ee60de9b 52 0.02/1.00 vMB 342
123,783 123,783 00000000000068b1d4509f992c5f89c13c36cc1f7936aa91fe7272a702cf9e74 9 0.00/1.00 vMB 0
123,782 123,782 0000000000002c4697be4825f330acb36e32a757f7d4f5d228b523649630a582 35 0.01/1.00 vMB 2,493
123,781 123,781 000000000000685f26dc36c67da1709868423bbf63425037e06916e80084a3fb 12 0.00/1.00 vMB 1,782
123,780 123,780 0000000000006a1c4434e14dc177f0ea5b7af1f3c02ebee890b259f07915bbb7 12 0.00/1.00 vMB 619
Previous 10 blocks ↓
Total Size: 781.51 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: 612.58 GB
    • Received: 11.01 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.