Loading Tool

Explorer IconExplorer

Memory Pool

32,109 transactions
13.75 vMB
0.09225803 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 79.58/200 MB

Candidate Block

Mining Attempt ff904be597e63fb540d1824c61df6b7448a980ff3f21a66a7115dd8da62c67d0
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 2d9436a571194a828b7ebca6f4c045293acdc34a7ccc0a3803c2d20cecd2c7bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,930
Size: 0.997999 1.00 vMB
Total Fees: 0.05635738 BTC
Feerates: 203.60 > 5.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (647,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,670 266,670 000000000000000904d74d1a3792b13dbdda8cfbb237013d06f2e78e8b9a7f68 262 0.16/1.00 vMB 75
266,669 266,669 0000000000000004c3920b1a225a8237035da11bc5a2373609c628f92e455484 391 0.17/1.00 vMB 77
266,668 266,668 00000000000000066283fa21e3d99992e9a3eef59aa5f423928d44084719166b 328 0.15/1.00 vMB 97
266,667 266,667 0000000000000001d8524835a26cef26c1803688ad3399f3979fdfd29a85def4 153 0.06/1.00 vMB 64
266,666 266,666 00000000000000099549cb2aa1ef9442555133b4b3f25f48c0f7861befceb3c9 171 0.08/1.00 vMB 54
266,665 266,665 0000000000000003aa1f1a4e30c48a616f57eb66a4cc8af38f35636118515677 321 0.13/1.00 vMB 96
266,664 266,664 0000000000000006b6e5e4a1ed7100627cac1d495e132956455f0946fec7931e 63 0.03/1.00 vMB 31
266,663 266,663 00000000000000085e73014851c0247e292cd7275f3e88bf33c7e8fcb830edb5 224 0.16/1.00 vMB 21
266,662 266,662 00000000000000089ac4ea96b59eede52fe378db1707e8867ff33f0afed40f8f 593 0.25/1.00 vMB 131
266,661 266,661 00000000000000058cb47a52ba9a3583cb78551048e0118493b8c0eb78f22249 193 0.12/1.00 vMB 41
266,660 266,660 000000000000000010940c71b6cc8f73a55226aaa2bd81f8867fa101b50ce777 138 0.06/1.00 vMB 90
266,659 266,659 000000000000000a60a624e8716a118bbc1438a4f884340dfa6378ca27fc380d 97 0.06/1.00 vMB 27
266,658 266,658 0000000000000006811db5ee5b2a092638fe878008753580582732056049b655 617 0.25/1.00 vMB 131
266,657 266,657 0000000000000000ef63e3a1a655a8e5d455d4c948a5c0f9aeb5221598e38f49 188 0.16/1.00 vMB 42
266,656 266,656 0000000000000004d8a2e5e2addbb1db6a0c666e28449607266d1bd9729986a4 174 0.11/1.00 vMB 113
266,655 266,655 000000000000000ae502d48eb14926cd112d41929c3fdb6c0935d4fcbdc9823e 160 0.06/1.00 vMB 148
266,654 266,654 000000000000000a55fde6ff9f38e0b916b655425fb03174dfe30d7454885cb0 278 0.12/1.00 vMB 113
266,653 266,653 000000000000000233a0c69f631027e9c4f48e5a1644cab589bde87988b376f9 492 0.19/1.00 vMB 171
266,652 266,652 000000000000000006b8bc19d39194dc36c980119c3685fc2341d8968761568b 313 0.15/1.00 vMB 85
266,651 266,651 0000000000000004d337557ef89a0d2476d54dce193b1ac968fa11a5873c05ed 543 0.21/1.00 vMB 139
266,650 266,650 00000000000000028bf66e55113c2e468035f6b475037d9ad3a07d8713736e9c 154 0.06/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 780.15 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: 501.00 GB
    • Received: 3.76 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.