Loading Tool

Explorer IconExplorer

Memory Pool

28,186 transactions
12.03 vMB
0.02702469 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.50/200 MB

Candidate Block

Mining Attempt 7ab532b1ff9b874de7a4af32c6b5f3c7abc2936a099e04d0bce3fdf44b39f170
Version 20000000
Previous Block 00000000000000000001618c17567df601b1cd592032cb5ea4638f60527e241a
Merkle Root 0cd25eebf080f3f90d06d3bcd5a050d680615da2360eb33fda2269b17ff505a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,192
Size: 0.99786725 1.00 vMB
Total Fees: 0.00692560 BTC
Feerates: 52.28 > 0.69 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,680 (645,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,579 268,579 0000000000000003aa0bcdc34aab93c585ac07a2303034a5a2b64839fce13799 455 0.25/1.00 vMB 66
268,578 268,578 000000000000000404d1c2d8d1faa76f7fe049ab18655e2fc142280e9be6204b 793 0.41/1.00 vMB 70
268,577 268,577 00000000000000017966d32017adeb0c70301d9826f698930717b34eeda4fd4a 600 0.30/1.00 vMB 72
268,576 268,576 00000000000000067421f0ebbb81ea991fcb4fc407e4394301b1f49130818e14 578 0.25/1.00 vMB 78
268,575 268,575 00000000000000074fca25748386ff0d0de3707b65f1bec49ccc9c9f83ca4d8f 194 0.08/1.00 vMB 83
268,574 268,574 0000000000000005291972d4ffa55c7b1302b53463fa39dcbaa19d0d15949b3e 1,177 0.56/1.00 vMB 76
268,573 268,573 0000000000000003e6da780c6fd383fd992267e4cd829a5f8880048eece255a4 101 0.05/1.00 vMB 32
268,572 268,572 0000000000000003a981c75ed147c691be21b203a6a5b9f383dbc5c8feee1369 84 0.04/1.00 vMB 18
268,571 268,571 0000000000000004babbf8780b087e430b1b96af023d473620a016314e8e77d1 207 0.10/1.00 vMB 40
268,570 268,570 00000000000000018260fb5301a705c444b4ea8dad15cdff588933b7d3586e7a 89 0.04/1.00 vMB 30
268,569 268,569 0000000000000003d31d4883433aa36dbc04dde24240c5b0a1c2d4433260e112 401 0.36/1.00 vMB 38
268,568 268,568 000000000000000549e51f9577eabfa88643b13759cb13e8a30e394d32b881c6 755 0.50/1.00 vMB 34
268,567 268,567 0000000000000004b5916721388de1d48fa49d633b19f5e3dedf7716ac9a2dd5 413 0.25/1.00 vMB 14,745
268,566 268,566 0000000000000004c4bc9144cb1db1087aa81d1eb1286e66175e8ad59d49e769 741 0.25/1.00 vMB 103
268,565 268,565 00000000000000062954fa4fc700336ec8a542d5f1f6db122ecbd55b77b57184 395 0.25/1.00 vMB 101
268,564 268,564 0000000000000003318495ee3fbbdec81b6740c80b052c47d5adee18ff06e5af 449 0.25/1.00 vMB 209
268,563 268,563 00000000000000025bbafede54544fa0ca046f76390ed85d5bc19388be88cf0c 535 0.25/1.00 vMB 101
268,562 268,562 0000000000000000d3cf8ae1c505a9e05d25834fac09d06e5c3eb69ed0a53d0c 301 0.18/1.00 vMB 164
268,561 268,561 000000000000000169d7fa48c89a14999775e662ced5290d61a609b55676cb28 1,885 0.90/1.00 vMB 66
268,560 268,560 0000000000000000902517ab3fa3ee2255ece75dbf49ecd7cda61870cfa02ce4 610 0.25/1.00 vMB 146
268,559 268,559 0000000000000006a97ac58df826dcc5487d6fa040bd8a97dbbfad9567028ccc 526 0.25/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 780.06 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: 488.23 GB
    • Received: 3.31 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.