Loading Tool

Explorer IconExplorer

Memory Pool

77,500 transactions
28.93 vMB
0.08269927 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt c39de02c9c594c29413e357d38cdaaf73e348df8c8b7f99c6c17c89c76a19677
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ddf5295db7b8f2166b6538e8db9a4cbf83f7ed623531185097e6494bf2932ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.02233653 BTC
Feerates: 150.93 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (489,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,452 425,452 000000000000000002c39f3c3d932b50f76fedd99ea87eedfebe8ca3bc825e6e 1,444 1.00/1.00 vMB 47
425,451 425,451 0000000000000000049522d3c3a8bc6687ee639ecf43f1a9b6beb84afd9b7430 2,515 1.00/1.00 vMB 73
425,450 425,450 0000000000000000004b518c6080534fa4077c70c6fdbb63d894206a95c7718e 2,540 1.00/1.00 vMB 85
425,449 425,449 000000000000000000cc38626b2571d854796c427601872a6b877c7fa4b9f6ed 2,493 1.00/1.00 vMB 87
425,448 425,448 0000000000000000025921e228da9a2943c2e37682fb2ac6fec12ed520c4f356 901 0.39/1.00 vMB 71
425,447 425,447 0000000000000000017abc6a3b481f28e70f3a1836b872e41e55dc213191949b 1,556 0.60/1.00 vMB 69
425,446 425,446 000000000000000003653189fe8b15d9c27567fff8973d633829eb8ebdf5eccb 1,401 0.58/1.00 vMB 72
425,445 425,445 0000000000000000024f48dfd5de84165a571411bdefbc43bde77552fb9f1112 1,330 1.00/1.00 vMB 32
425,444 425,444 0000000000000000012a8452294e1a1dbe06ab5e4e9fd8798108bc7f14dd4fff 2,845 1.00/1.00 vMB 87
425,443 425,443 0000000000000000002123d3ac6a34a408872d6c37f692d5ddb218027621f7b4 1,739 1.00/1.00 vMB 55
425,442 425,442 000000000000000003025636b6f971a67e863a8d90ea63e360781a6ec01bcb60 987 0.38/1.00 vMB 84
425,441 425,441 0000000000000000028eed3245264f65c241e5ddb4afd125c87c66de00be6c43 1,879 1.00/1.00 vMB 61
425,440 425,440 0000000000000000002b7a749f21f5d5fec882b1b2ebee1c6cc4102c851bab75 558 1.00/1.00 vMB 26
425,439 425,439 0000000000000000027f4f384ffce11b0533ef7c37e9da5092d49d9eee402dbd 1,590 1.00/1.00 vMB 42
425,438 425,438 000000000000000001e7d4db0f2bb0c78e2f13635109aafe81f40c203e0898c5 2,523 1.00/1.00 vMB 93
425,437 425,437 00000000000000000485321180c2680e6eb51e58e2eaa0bc991a982f599e5281 922 1.00/1.00 vMB 36
425,436 425,436 00000000000000000089ba48a5f153a8965c8845766ae8e8754a5fb2114b87fe 722 0.75/1.00 vMB 33
425,435 425,435 000000000000000004d9ace115f6665bb5b8a6c1f29dfcc71401bc3082b9bc82 461 1.00/1.00 vMB 19
425,434 425,434 00000000000000000450cffd87677ad24ab3a0c811b1049026ced114f1c34b61 533 0.98/1.00 vMB 21
425,433 425,433 000000000000000003ea35898ecf350654b70db5456cca81fd09e0f8085898b4 1,682 1.00/1.00 vMB 54
425,432 425,432 000000000000000000975e45d2cdd176093c97ce2329b26c7f951462c38a27ca 1,626 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.