Loading Tool

Explorer IconExplorer

Memory Pool

79,154 transactions
29.29 vMB
0.07183787 BTC
Random Selection Loading Transactions
Max Size: 175.77/200 MB

Candidate Block

Mining Attempt e23e8a49e282351e1b614589c5052555de1fadec7d312ac42495428b5bd2eea2
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root cc9560db6e424b9be5af6a8c0c31b60923aa5d7fe2fbd3a6f9cd866a5d70be41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,429
Size: 1.00 vMB
Total Fees: 0.01230216 BTC
Feerates: 170.94 > 1.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (139,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,166 775,166 0000000000000000000646b8471162d2404ebed5f282dba9a6b1c04d5062c921 1,482 1.00/1.00 vMB 3
775,165 775,165 000000000000000000008b787265242ae7d724535ecc8ec6643c4a18254fab22 3,015 1.00/1.00 vMB 17
775,164 775,164 000000000000000000056ace3d22bb4e0bbf24f1e1a08edab90fda1d1e8a9dbc 2,775 1.00/1.00 vMB 13
775,163 775,163 000000000000000000046b37d4674313d2e9049044b5d45b00e12b45f76677a0 1,782 0.74/1.00 vMB 10
775,162 775,162 000000000000000000063bf7d4784b651f47492dc1c9a8053f4ab66e7aa04209 1,603 1.00/1.00 vMB 6
775,161 775,161 00000000000000000003bb368296a0c8d4ead6b640a8305959c768c2258c452f 3,471 1.00/1.00 vMB 22
775,160 775,160 0000000000000000000694d7c6e00c2137b525cbcae3cce6f36a09cf2214a8a1 824 0.27/1.00 vMB 12
775,159 775,159 000000000000000000005fd76fec3491c65bbfc1e83fd3ad0235c3f0b08feed3 1,284 0.49/1.00 vMB 16
775,158 775,158 00000000000000000004c82a37e2d18982c52df1efc542f7c34596bdb7fd41d7 441 0.23/1.00 vMB 8
775,157 775,157 000000000000000000051eede0ef6835d0bfd0439bb4a9b31270365cca651806 665 0.29/1.00 vMB 12
775,156 775,156 00000000000000000005921a8012434dabc4751b3a6893e09a00b30e20422cf9 852 0.50/1.00 vMB 9
775,155 775,155 00000000000000000005636f4844eca3c5154c0131bbfc9117bc12d16bd16148 2,862 1.00/1.00 vMB 12
775,154 775,154 00000000000000000000bf48f10bfce915e3cffc8775368e124e659e47dbda7b 195 0.13/1.00 vMB 6
775,153 775,153 0000000000000000000665f4a161c349095c9d3b9aa91fb90beeead472c33797 3,022 1.00/1.00 vMB 12
775,152 775,152 00000000000000000003d57ed3e62e2b63c760f54c5ed6ef4f6541da06c1f7ec 1,295 0.62/1.00 vMB 9
775,151 775,151 0000000000000000000522174dd09a559b4b97ab5e19d02d8d80c08b0e3ea94e 1,275 0.76/1.00 vMB 8
775,150 775,150 000000000000000000072595d55d6b799e689f7ea0cb97c5f08b3180d3691663 291 0.52/1.00 vMB 3
775,149 775,149 000000000000000000040ab8eb90ac34aa1ea0f02b7c26b0062cf1d0ad1f4151 1,759 1.00/1.00 vMB 7
775,148 775,148 00000000000000000002cf09a0748f0dcce68f8f247cddc3ec4a656354867580 2,199 0.87/1.00 vMB 10
775,147 775,147 000000000000000000018d1c751d52bb012003f607f57e583e49d27abce5ac2f 1,150 0.50/1.00 vMB 11
775,146 775,146 0000000000000000000457d1fda17d356d9817cb234f6db5d262e6c7ea9f5c6b 101 0.03/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.