Loading Tool

Explorer IconExplorer

Memory Pool

77,206 transactions
28.84 vMB
0.09794834 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt 46a7aacca4574c90e59cca99f036186494b222ec57ad18cc6ab6140ba10a3f88
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a096be471015d10b6991733bd9cbd00986d043a89cf65a2e25df7ce3623dbc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02990789 BTC
Feerates: 180.82 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (475,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,667 439,667 000000000000000002910362212c04dd9c8e2561c8001829eaf0d43a5bfd6289 2,304 1.00/1.00 vMB 67
439,666 439,666 000000000000000002ed8939672c7001e19fbf58b6c8ab4bb0a66c9c2aab335e 2,201 0.98/1.00 vMB 64
439,665 439,665 000000000000000000660600951500b9c670dd02a253b9b26cce88587ae60fed 2,756 1.00/1.00 vMB 78
439,664 439,664 0000000000000000031ae42cd1061478d8dd56e59dd714050fb1dc0f50a76576 1,178 1.00/1.00 vMB 54
439,663 439,663 0000000000000000023d067cf9d2ca1d785719e910e1cfdf55f1a0acbf7efdd5 1,688 1.00/1.00 vMB 56
439,662 439,662 0000000000000000029ba8ab4fbfd61fae022e0e12488edaa60f91f450523f7f 1,903 1.00/1.00 vMB 40
439,661 439,661 00000000000000000269093cdf6d950e32c720d51d53c2328fb3e78bc8c1d03e 2,545 1.00/1.00 vMB 69
439,660 439,660 000000000000000002f0a8d58f8a638c5915d9b693a936efb4994dfea34e824f 1,924 1.00/1.00 vMB 64
439,659 439,659 0000000000000000004c43f01c6f5fcd53fbf62e10f32a724535baa74361269f 2,711 1.00/1.00 vMB 72
439,658 439,658 00000000000000000312cc6007236ca642f8cf354a3f4aeaa696430c1997337a 2,773 1.00/1.00 vMB 67
439,657 439,657 0000000000000000036bb4bc994d7e553c0932657575ceb0ecea248083d22f47 2,538 1.00/1.00 vMB 71
439,656 439,656 000000000000000002fd07858c4bd802af8f68ffb9ff1a4c97ef8be9d77e87ac 2,214 1.00/1.00 vMB 61
439,655 439,655 000000000000000001ed495dc3ca984294dce07719c245788bd25ebd351ed1b6 3,178 1.00/1.00 vMB 99
439,654 439,654 0000000000000000023ddf8c02297c8c8a526f6b86c3ec9101e9fc3f771d95c8 1,467 0.56/1.00 vMB 71
439,653 439,653 0000000000000000021558d3951c8fb0925e68905c42c68e08beb54812d59cee 710 0.38/1.00 vMB 63
439,652 439,652 0000000000000000008e857a067c5f788a90edc07dfcc6ab6202b5600aa0bb30 2,148 1.00/1.00 vMB 60
439,651 439,651 0000000000000000016a07d29082f4525101132bff9b32a95c5987455f355bfa 989 0.98/1.00 vMB 29
439,650 439,650 0000000000000000026403868e923a8546e48015448aca33a278814d08f8232a 847 0.37/1.00 vMB 70
439,649 439,649 000000000000000000bfc67304ad9e272c58a31464c8c9dfbe69044ce8dd7c27 639 1.00/1.00 vMB 17
439,648 439,648 0000000000000000010a64138cb4ecc4c1623a3744d360c77a969866e1236663 2,020 1.00/1.00 vMB 51
439,647 439,647 0000000000000000000d5063cf63e44b7fa698f0e42760e2fd6bb77e2c4dcf3b 2,177 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.