Loading Tool

Explorer IconExplorer

Memory Pool

41,386 transactions
28.65 vMB
0.06053507 BTC
Random Selection Loading Transactions
Max Size: 146.93/200 MB

Candidate Block

Mining Attempt 77248c809999efe019d9e232d435eed3ca0fb91e9c944d6dea6566f71b43f52a
Version 20000000
Previous Block 000000000000000000005c365b22f45149ff6010986598bcca955a5eec769236
Merkle Root 8b2f8e7188fad5e58f62c0f60af739f2ad5a72de0be4facc618f2f1820720c85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,296
Size: 1.00 vMB
Total Fees: 0.00513278 BTC
Feerates: 40.21 > 0.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,613 (351,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,932 562,932 0000000000000000000bb57e6fd7d0f70b5417fd31d59bf1f70992a2b3cd4749 206 0.07/1.00 vMB 35
562,931 562,931 00000000000000000026ba7777bd5a02cf5b406b41e2794e22cfc50b906b4a19 1,628 0.48/1.00 vMB 6
562,930 562,930 0000000000000000001a9267064f3a89a58f82052a96f5a6654afb870c56c8a9 2,697 1.00/1.00 vMB 20
562,929 562,929 000000000000000000292fd1e95e09b60072e897691b75e875b7e995fa28919d 1,508 0.48/1.00 vMB 12
562,928 562,928 00000000000000000005e94f21b2f4d99c9f0b0fc39e9757181f173011cd4a96 278 0.19/1.00 vMB 7
562,927 562,927 0000000000000000000a480eadb83f6c1d0c0e4f76c3e5c822525916d6c01dd9 2,676 1.00/1.00 vMB 19
562,926 562,926 000000000000000000151558e73464af6666f13ceb6bd45048425994d7357566 3,358 1.00/1.00 vMB 4
562,925 562,925 00000000000000000024d307a6d317ab61db964d5c062fac7be3c5ecbb7741a2 2,563 1.00/1.00 vMB 18
562,924 562,924 0000000000000000000afd6114173e898d631eebf6e4ee3b99d2f087432df7e7 3,757 1.00/1.00 vMB 40
562,923 562,923 0000000000000000000f1cff55efa1c8091687affa79ef9a038b2e4b284a770d 3,182 1.00/1.00 vMB 15
562,922 562,922 000000000000000000073947269ab50c93caf94496afa5be3d5bdf31c3e2f1bc 3,236 1.00/1.00 vMB 13
562,921 562,921 0000000000000000001dee9ad59008832720e4724bec4b0dc28a206999dd74cb 2,292 1.00/1.00 vMB 34
562,920 562,920 0000000000000000000762e50871f310b58fb42ec1af00930947703eb993a4af 764 0.27/1.00 vMB 15
562,919 562,919 0000000000000000000fd7fa302104f84d8882573b2897ed6a9f42aa1c0eee92 3,285 1.00/1.00 vMB 8
562,918 562,918 0000000000000000002d900d6dcb8966b790a56056fe8d26dcd19637db46f88b 3,311 1.00/1.00 vMB 29
562,917 562,917 00000000000000000015b872d608ae98c775de0fb9127df30ac4aab2c655d5e9 1,007 0.31/1.00 vMB 22
562,916 562,916 0000000000000000000e84bdbb95ab910e45ced32e447be2772ef4b03eaad1ae 2,189 1.00/1.00 vMB 14
562,915 562,915 00000000000000000013a6865ec3780121dafd58dfcdefedc3569fb452881df5 3,180 1.00/1.00 vMB 17
562,914 562,914 0000000000000000000156a783af0a048d6d5e404aad427103fd9f23a6d66a30 3,137 0.99/1.00 vMB 8
562,913 562,913 0000000000000000002b98d38a283249e8da7a111e4d1fd7ff0b81188671ab8a 3,199 1.00/1.00 vMB 21
562,912 562,912 0000000000000000001523d3a284a054eba379dbd6fba066baf10da286f2cc85 3,257 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.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: 629.22 GB
    • Received: 11.88 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.