Loading Tool

Explorer IconExplorer

Memory Pool

73,327 transactions
28.23 vMB
0.07313028 BTC
Random Selection Loading Transactions
Max Size: 167.12/200 MB

Candidate Block

Mining Attempt a45985a04bf9547bd51fc9d4048322677bee90f078867d78865368a133cbbd25
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 9d2e03fb99e386e8224eabf8828675e2890137ef1d1554d486fac0c3712e1369
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,077
Size: 1.00 vMB
Total Fees: 0.01666472 BTC
Feerates: 150.86 > 1.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (361,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,492 553,492 00000000000000000018ed0cb4e200842cc30f9aa42b838a2a494d380ff4f6e9 852 0.34/1.00 vMB 29
553,491 553,491 00000000000000000005cd0f9470c095e8ea2ca462f99a7e1d531defb559bbd7 769 0.28/1.00 vMB 15
553,490 553,490 0000000000000000000f166ce406b17ae37926ab26a2e46d0a0f578cff586d3a 1,486 0.85/1.00 vMB 13
553,489 553,489 0000000000000000000fbfbe0191f010ea922e0463aefc8328a1962376306e76 1,174 1.00/1.00 vMB 8
553,488 553,488 00000000000000000030024f11e9afa1d81d89fec96b2a7c396efee5069f729b 2,472 1.00/1.00 vMB 28
553,487 553,487 0000000000000000001589bf541d78bc3f70f26baf9a1feb39bc05a56f404a1a 803 1.00/1.00 vMB 2
553,486 553,486 0000000000000000001b8496b762072161e06bda6507937bba91f09cba143ea8 2,448 1.00/1.00 vMB 18
553,485 553,485 00000000000000000001396826d49b72e9e1061665039553ac783a26a75e6dfc 2,570 1.00/1.00 vMB 16
553,484 553,484 0000000000000000001cf0ebf56562a16461f1fea099950fcec09e1f2686b8a7 2,979 1.00/1.00 vMB 34
553,483 553,483 000000000000000000189ffff78b77d6c408a36b99098c41fb4be2d4ff6ffceb 419 0.57/1.00 vMB 2
553,482 553,482 0000000000000000002fa928a8c2ecf79f1d8f962745c49a8ba4f98e32de3f05 2,809 1.00/1.00 vMB 13
553,481 553,481 0000000000000000002fc33ac46fe482972e0e9e479377e5ce1f5b6d13ec4b58 2,672 1.00/1.00 vMB 27
553,480 553,480 0000000000000000001934ce3b5fe7f932bb0956c6196931c5db6918bfa14c53 764 0.31/1.00 vMB 13
553,479 553,479 0000000000000000002b5aac4416fc7ba7130ee6e94fa1810a18beb6521ff29a 1,392 0.59/1.00 vMB 15
553,478 553,478 000000000000000000115ef94d6f87dc4a5b31569c29f1fb324dba01012c9116 451 0.20/1.00 vMB 22
553,477 553,477 0000000000000000001aa13eeecf00e17add7d0f2e75c5a8915ce71737a56fba 1,945 0.76/1.00 vMB 15
553,476 553,476 0000000000000000002f49dc89c08e52ebee6b701ff079b9b0fc200e2ab60db8 95 0.07/1.00 vMB 5
553,475 553,475 0000000000000000002b58250684b2fcfb94040a15b858455c2aeeb245e4ce09 2,033 1.00/1.00 vMB 10
553,474 553,474 00000000000000000017d47edbd68244f3cbab0644af837b844fd6e685457b9d 2,275 1.00/1.00 vMB 14
553,473 553,473 0000000000000000000fc282ba8e54e1c3f3f6d153627248588b6cb21d04729f 2,848 1.00/1.00 vMB 17
553,472 553,472 0000000000000000000e06b6698a4f65ab9915f24b23ca2f9d1abf30cc3e9173 2,465 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.