Loading Tool

Explorer IconExplorer

Memory Pool

44,054 transactions
27.30 vMB
0.07927149 BTC
Random Selection Loading Transactions
Max Size: 142.56/200 MB

Candidate Block

Mining Attempt 4890ab6f40199556843b240b754bb3cde653ea1cd9b85a49cf91a0cc37533a5b
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 711ad596f72ce2e3101b53e5156e7a563232e55e670d9d141a20f19f987cc7dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,396
Size: 1.00 vMB
Total Fees: 0.02636239 BTC
Feerates: 150.77 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (477,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,684 437,684 0000000000000000038ac7709c75b5a2416a88338e75e6026328cfc7cca64c37 2,489 1.00/1.00 vMB 91
437,683 437,683 0000000000000000018aed817cad0210ae279e16846e3cadb05e37924848077c 2,406 1.00/1.00 vMB 72
437,682 437,682 000000000000000003736fb238a27d9465e0e5b9b7293bc43781ee121896b94b 2,663 1.00/1.00 vMB 110
437,681 437,681 00000000000000000074136a39836a35fdb36a872339d3b036cb10b28b6876ed 1,417 0.88/1.00 vMB 59
437,680 437,680 00000000000000000336fb38dc25f841246536540b3a007d67819caccb210d9b 730 1.00/1.00 vMB 20
437,679 437,679 0000000000000000031e4b68f1591a920f069b2cdc06f4b34a0210fe870105bb 1,429 1.00/1.00 vMB 35
437,678 437,678 00000000000000000262817365e28f5c5e6631f3078d7c5be68f7133464f5dd6 2,327 1.00/1.00 vMB 53
437,677 437,677 0000000000000000036dea4c8b425afd7ff0be1b9cb8dbd4adc9cf57b38bcaa1 50 0.01/1.00 vMB 235
437,676 437,676 0000000000000000006a8c4ad505c5f706275d2d57c905bbca07a854b9d7b7bc 2,578 1.00/1.00 vMB 87
437,675 437,675 000000000000000003ddd3acef3ffb6e0317bd5787867662cf5be78010451526 2,312 1.00/1.00 vMB 72
437,674 437,674 00000000000000000394687c0b185b442ada27483e5564fa35b9ca9b09eed388 2,275 1.00/1.00 vMB 78
437,673 437,673 0000000000000000034b83da026e76d61b1a9189718f385d1f621f2c5c470af5 2,555 1.00/1.00 vMB 86
437,672 437,672 00000000000000000325bad67ad70d38ab51dd1eb333d1e1990a486b45416e76 2,561 1.00/1.00 vMB 71
437,671 437,671 000000000000000000f679d7f38125247164f7ffa1383f383de4e9fa88d91e80 2,667 1.00/1.00 vMB 78
437,670 437,670 00000000000000000024a5cc9bf44bf8727c5b572173e0940cf076a953252b1b 1,552 0.75/1.00 vMB 84
437,669 437,669 0000000000000000003f701dff82cd73ae64e15846e83f964b16401ef4179e99 2,966 1.00/1.00 vMB 108
437,668 437,668 00000000000000000002b7ecdbcfe90f621ed78f9d03fa797b61982932593d2d 231 0.15/1.00 vMB 61
437,667 437,667 00000000000000000358e8b12e9d6878f016712c59a0e7961057a812bab4a1f1 1,949 0.88/1.00 vMB 44
437,666 437,666 0000000000000000011ad55365dbcee74f1d504b00cb5d9a3eafe2456766fc29 2,105 1.00/1.00 vMB 97
437,665 437,665 0000000000000000029bef9c5ac70a2e40cb62ee315a6b35f22b919e22675820 872 0.39/1.00 vMB 68
437,664 437,664 0000000000000000044c98dca5a8c440c3f2728dd31472c812e55179fbfa5ca8 1,052 0.40/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.