Loading Tool

Explorer IconExplorer

Memory Pool

41,777 transactions
20.28 vMB
0.06985729 BTC
Random Selection Loading Transactions
Max Size: 113.06/200 MB

Candidate Block

Mining Attempt c606cf455def458fded786f9e75c896218f5de3c71077ebd7ae14ea8a57eeced
Version 20000000
Previous Block 00000000000000000001aed755c8b5575afca68597b9147ec44688a839cdd923
Merkle Root 0167d4a8f4d9ec947061b2dde4113996a39f97b130a6aac5e296e027a1dcaa50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,784
Size: 1.00 vMB
Total Fees: 0.02975459 BTC
Feerates: 137.65 > 2.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,108 (865,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,237 48,237 0000000033b3b1b60ba92067d81a3ae9b4309c33bbb267ca5a6b958978182636 1 0.00/1.00 vMB 0
48,236 48,236 0000000026d94fc40402e870b6f335e2ded77534d68f48e50294265dde7f028a 1 0.00/1.00 vMB 0
48,235 48,235 000000000790bf33c98f592ef328306bb2b077aa0de15a0980bfe1785e2de51b 1 0.00/1.00 vMB 0
48,234 48,234 000000001837029f6e21bbe80e880f23c73f568fcb3b259bed4a98756e38448d 1 0.00/1.00 vMB 0
48,233 48,233 000000000b23f81f45468209106a5c0415297a6c8d2d5442a665b4b54c4280f7 1 0.00/1.00 vMB 0
48,232 48,232 00000000046dc6bc1d088de337b012951aa35f6e26a5c7af2b79af7f2ec854e2 1 0.00/1.00 vMB 0
48,231 48,231 000000002b301542899d05f4dd954f179a03e4c6954bc6f3550617e302d65856 1 0.00/1.00 vMB 0
48,230 48,230 000000000d349eb9c3ea50bff965088658e922a5a6924d7eb8d3bf2f400d1276 1 0.00/1.00 vMB 0
48,229 48,229 000000001873583466617620e3d44ae3eae2368b47742650c1aaead76e330f08 1 0.00/1.00 vMB 0
48,228 48,228 000000002f8011b8c51ab21eb79905a22d813030a374a5b1c825bf01d6f04ca9 1 0.00/1.00 vMB 0
48,227 48,227 0000000006e2a2672c04eb1b7f2d1c8c2d12ec86aad6b22414324316631cefae 1 0.00/1.00 vMB 0
48,226 48,226 0000000024826683f7c536052084ecf27351d874a4e9c9a5abf68a72d4f806ba 1 0.00/1.00 vMB 0
48,225 48,225 000000001112f250e563642ac02948e5cfa2565fa61fd021f13a240586ead149 1 0.00/1.00 vMB 0
48,224 48,224 0000000008ff71263e767602e4c475e151f77e0780f1ec9b55ccd1744f4463ec 1 0.00/1.00 vMB 0
48,223 48,223 000000000905c32ab891967e80e5b75437f9a885bfc229ce618b450ee54fbae8 1 0.00/1.00 vMB 0
48,222 48,222 0000000004c6b387f5627e6ba180cd7f7860bfe6512f503829c7f861b61e0eb7 1 0.00/1.00 vMB 0
48,221 48,221 000000000c1402ee65ba531d6bce902c3b6e1bc729a57f0af4bd5c990e7f3d6b 1 0.00/1.00 vMB 0
48,220 48,220 0000000015a5a442f4adbbdb4f66f57f5de9f5023b5f1761532cd6aee06c7207 1 0.00/1.00 vMB 0
48,219 48,219 00000000265c3190e1ac384d49a0945e8ea5a292ce78cef25e21cbe806107c82 1 0.00/1.00 vMB 0
48,218 48,218 0000000005c25f24a53edba917ba61a307b218c24d3033892bc250b8dbb230c1 1 0.00/1.00 vMB 0
48,217 48,217 000000002777feb5dff0e2274df6b1b46df1cb93f8148619876d366128932b1e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.79 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: 559.48 GB
    • Received: 7.23 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.