Loading Tool

Explorer IconExplorer

Memory Pool

89,085 transactions
33.08 vMB
0.20320340 BTC
Random Selection Loading Transactions
Max Size: 199.67/200 MB

Candidate Block

Mining Attempt 6448ad08c22ace3446b6562fd133b473388f1824f59a46858f107357a410e24f
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 43630ce7827386bb12000b1d15e877e744b7175c81e2f6cadecaa5e3595376e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.09030995 BTC
Feerates: 387.56 > 9.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (325,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,196 589,196 000000000000000000017b11070407f14234c8c6150642db2f8b2ecf3ee2325d 3,110 1.00/1.00 vMB 74
589,195 589,195 00000000000000000013e0227172260a60844021d21e6bc85be553e52eafa0bb 3,044 1.00/1.00 vMB 79
589,194 589,194 0000000000000000000bc17f79cccf5ddad71feb13738a129c2a13f7b0cb8557 3,248 1.00/1.00 vMB 69
589,193 589,193 00000000000000000006f87b10f30160e99747bdfddba2329bf4dfc4e28015c3 2,671 1.00/1.00 vMB 41
589,192 589,192 00000000000000000001af88bf1f947a55f89bfbfb6d8edb8267ff44dd875b21 2,771 1.00/1.00 vMB 85
589,191 589,191 00000000000000000000166e777084340f336d85f6bccc379504b6adb30ab2ae 1,581 1.00/1.00 vMB 27
589,190 589,190 00000000000000000011d6dbd6af00563bd0f8bd28a8986249e22b66026c7641 2,905 1.00/1.00 vMB 50
589,189 589,189 0000000000000000000fbc0ea69776b6f7d9e95410566e41971176d2b9a50830 1,824 1.00/1.00 vMB 53
589,188 589,188 00000000000000000002f210eb6bd0b915eb3d69b4e6922850986e22521b7095 2,151 1.00/1.00 vMB 59
589,187 589,187 0000000000000000001b7c8bb2d4907dd4ee75b57a2b7da231af0e39e9c9cc74 2,493 1.00/1.00 vMB 70
589,186 589,186 0000000000000000000eaf4b9e820d88ccfa99a51bde64b37eb5c21847765ea1 811 1.00/1.00 vMB 60
589,185 589,185 000000000000000000121e6efe7f8fe579aecf6e06d1140b298b9ae8927039c3 2,841 1.00/1.00 vMB 74
589,184 589,184 0000000000000000000ecc9acb06e99fd7d0fbd0bc42affce9b8dd7728da7340 2,762 1.00/1.00 vMB 77
589,183 589,183 0000000000000000000e031053ccfc0ffbf3ebc4e49f1a3bb4f9406d144cfda9 2,435 1.00/1.00 vMB 67
589,182 589,182 00000000000000000000428eede9f75329681f610b20cf1efd8b163821bcdfac 1,799 1.00/1.00 vMB 72
589,181 589,181 00000000000000000006f68761dbdae1bb0f2ae78c17ba3c4fa8b881f9dc2dbd 1,869 1.00/1.00 vMB 74
589,180 589,180 00000000000000000003c90ad34527108249cf24f790ec65363ef8c878055190 2,597 1.00/1.00 vMB 108
589,179 589,179 0000000000000000000bd3f6270a4165592cce5c554fb4d18a737ae180d3ca51 2,583 1.00/1.00 vMB 75
589,178 589,178 00000000000000000014ffc7f2e7eb416a39c22c188227c4ffdf261a63194523 2,167 1.00/1.00 vMB 41
589,177 589,177 0000000000000000000463fdf94d7a3ba0de53ed84d8152c5bd3bda77e768150 1,656 1.00/1.00 vMB 27
589,176 589,176 0000000000000000001b99dc57207aed4bd15509469078d39e71f2ebaf21b32a 1,886 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.