Loading Tool

Explorer IconExplorer

Memory Pool

80,719 transactions
30.03 vMB
0.12432640 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt fc2e83cdb5bd88da2a9b151b994190076d9b66a806bf1283b058087e4bdafcd4
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root bbb0d02454e8970b8b31610eb920fa010c78eccf2df42d40caf811cda487b7ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,671
Size: 1.00 vMB
Total Fees: 0.05123681 BTC
Feerates: 242.90 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (285,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,634 629,634 000000000000000000020f8dad7858dab3eac0a89e0a3769745d94f90ff5e832 1,280 1.00/1.00 vMB 109
629,633 629,633 00000000000000000009b4b974f7f75999b9f25694d4ebdd2aac3762a4400c9a 2,975 1.00/1.00 vMB 109
629,632 629,632 0000000000000000000444007b3b9fa5314b0a90707fd50829469865e136f7d7 3,166 1.00/1.00 vMB 103
629,631 629,631 0000000000000000000f5aba30559b940f17757ac41e5af46c6ba58e9c6486b7 1,892 1.00/1.00 vMB 79
629,630 629,630 00000000000000000002164b909af573bb8423309085a54fcfc2cd4fc041685b 2,862 1.00/1.00 vMB 104
629,629 629,629 000000000000000000006a22e78aacc57d402c76b585a5a1734cc4c2b8a168de 1,918 1.00/1.00 vMB 39
629,628 629,628 00000000000000000006886e53ce46bc3467b233b88028ef7a5f275c5dc2c00c 2,105 1.00/1.00 vMB 56
629,627 629,627 000000000000000000031500a3582daded4c9fe7ac1a34a51315406dbf7493e0 975 1.00/1.00 vMB 17
629,626 629,626 0000000000000000000d7d5db0b78d8e8df2ad5fd5044b4bb92dc36b2c35408d 1,433 1.00/1.00 vMB 5
629,625 629,625 000000000000000000023a7477aa04995b424df4aa9fb1a957e6e43db26ecdd7 1,919 1.00/1.00 vMB 16
629,624 629,624 0000000000000000000accd448c926739887d05312172552fbfc46c821b4d219 2,382 1.00/1.00 vMB 66
629,623 629,623 00000000000000000002235c2a6d7da992768210c3010a1abc1683281ec4ddcc 1,788 1.00/1.00 vMB 8
629,622 629,622 000000000000000000020afebbfa83f6858de287c90e4d1f20519472d5da2d61 2,388 1.00/1.00 vMB 12
629,621 629,621 0000000000000000001080e642bd08d1be865b7a03a4999699a42b3fad0024b3 2,881 1.00/1.00 vMB 37
629,620 629,620 0000000000000000000f91ca85610c57db4e0b1f4f0c294c7ef3f8286b1f4e18 2,400 1.00/1.00 vMB 86
629,619 629,619 000000000000000000109af9c2cd95af77870a7938dd007025ab5089c102ae46 2,201 1.00/1.00 vMB 94
629,618 629,618 000000000000000000076fb3f4b1a09830212503fa34f09c968a37a49a2c4047 2,328 1.00/1.00 vMB 103
629,617 629,617 000000000000000000094d7b48be65ad7128f7db9d8e92d57ebca22d5588bfe4 2,290 1.00/1.00 vMB 81
629,616 629,616 000000000000000000085990d173727ec91b8d4c163dbb405d44d9fdbaf6603a 2,326 1.00/1.00 vMB 8
629,615 629,615 000000000000000000101b38d4c4a3b639618adb6a19bf3e80aa38743b9f6c45 1,831 1.00/1.00 vMB 26
629,614 629,614 0000000000000000000e8da8637804e84ac9a3004e7c3dc69154598c025e64be 2,882 1.00/1.00 vMB 77
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.15 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.