Loading Tool

Explorer IconExplorer

Memory Pool

80,849 transactions
30.08 vMB
0.12675676 BTC
Random Selection Loading Transactions
Max Size: 180.93/200 MB

Candidate Block

Mining Attempt 9e4491cf5be5cd25d456a5226f5db641b7cd4f8351b72c11b4eec3bd24b37579
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 971a46dfd044bb34453e195afd80cf122c3a2960f9b032e02de9bfefbf14bf15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.05244287 BTC
Feerates: 242.90 > 5.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (277,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,406 637,406 00000000000000000008f1b8b7cb646bac465f5a445c7dd18dc417d0e620e228 2,866 1.00/1.00 vMB 60
637,405 637,405 00000000000000000001fced1ff44a82a89ca3a0d188191e1abf8c3012ed59b9 1,793 1.00/1.00 vMB 25
637,404 637,404 0000000000000000000ff006b029e71bb86dff0d5859cfd428fe4086396c1c09 2,201 1.00/1.00 vMB 23
637,403 637,403 0000000000000000000a6a8a431dcf5de81de8add52411f58679302c4ccae2cd 1,952 1.00/1.00 vMB 25
637,402 637,402 0000000000000000000c0cf39cdda9860fcccb40433b68d52ad837fa93ce1273 2,092 1.00/1.00 vMB 24
637,401 637,401 000000000000000000113543707e938036badf15f34cc5605264b4a75299fe8d 2,919 1.00/1.00 vMB 32
637,400 637,400 000000000000000000050235b3deab88ae5d12b6bfce20f1eec707fb8c6c6039 2,545 1.00/1.00 vMB 41
637,399 637,399 0000000000000000001052785b1c5d048f9b6c587f2852bb34b9b355115cdd39 2,724 1.00/1.00 vMB 47
637,398 637,398 00000000000000000003492dc3b806baac79219c256f397f90e411a5f47e61c2 2,219 1.00/1.00 vMB 51
637,397 637,397 0000000000000000000fa24fda969d034c16ff57c851e06b077700b52fb5a66b 2,971 1.00/1.00 vMB 69
637,396 637,396 0000000000000000000df19d26f444bc8862a7064eae50b873cde7d5f3b935af 2,927 1.00/1.00 vMB 32
637,395 637,395 00000000000000000001878672a9cef8469f98baf1c453333b6c3beb1a0f1e24 2,260 1.00/1.00 vMB 38
637,394 637,394 00000000000000000007ba825ebb8872bf4bfd66a0d47e0d8383b596f64fdf47 1,759 1.00/1.00 vMB 48
637,393 637,393 000000000000000000115480601001b39efe1f661c311d775e418bcfceb2786a 3,182 1.00/1.00 vMB 52
637,392 637,392 0000000000000000001139e75088e0cabf1fec12824f5a41c1d159c5bc727ac3 1,864 1.00/1.00 vMB 58
637,391 637,391 0000000000000000000e30b10293f1aac62c01bf69eaf2ac936955c57e600790 2,773 1.00/1.00 vMB 60
637,390 637,390 0000000000000000000f7ce66652485514e175a8cc7a0f5717fda5489215b46c 3,265 1.00/1.00 vMB 73
637,389 637,389 0000000000000000000970e8181b81c6dc1de2a297ebed60f0337d3b3293a86f 2,604 1.00/1.00 vMB 25
637,388 637,388 00000000000000000009cb40c8b1d6c12d68ba166fe620bc4196d961341dbe4f 2,482 1.00/1.00 vMB 31
637,387 637,387 00000000000000000000a5c3ebbb1160e3746e630255e248bb089f0d06595da5 2,007 1.00/1.00 vMB 54
637,386 637,386 00000000000000000010784977ccbb07c2fcfc1cf18283de115c0dd543d4ebbb 2,305 1.00/1.00 vMB 38
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.21 GB
    • Received: 16.42 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.