Loading Tool

Explorer IconExplorer

Memory Pool

33,590 transactions
25.19 vMB
0.05232173 BTC
Random Selection Loading Transactions
Max Size: 127.80/200 MB

Candidate Block

Mining Attempt ac475eec553ab92d45dac91367b474063a98e8a29249c08e5bc2c795c04e643b
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root f4efd9baf22e054996d2dd4b8c276ffda0e173474438d50fe55d3905c1dd2054
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,321
Size: 1.00 vMB
Total Fees: 0.00692682 BTC
Feerates: 93.93 > 0.69 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (786,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,223 128,223 0000000000000e47ef4fa32172f4c4c9a5ccf5503828ae480221a71f8d2afcb3 19 0.01/1.00 vMB 3,091
128,222 128,222 000000000000157525d5be92e85a2d8fed21081e55823e2da5bffe6819b19457 22 0.01/1.00 vMB 388
128,221 128,221 000000000000257cd195698e8c4a406ecbe21945db09a4ea791b6ebfca5e90a1 26 0.02/1.00 vMB 653
128,220 128,220 0000000000000e546dc248bd8cb5c8395add63485c13b3a3ad46d328552a4756 11 0.00/1.00 vMB 801
128,219 128,219 0000000000001312bd2fbc51b1c4b9d695a6788418cfac2f0bc6f65b77a1fa1f 10 0.00/1.00 vMB 1,397
128,218 128,218 0000000000001ee9e4a4ff5eaded92b32be8933c3785a4bf317c80d5300583bf 34 0.02/1.00 vMB 720
128,217 128,217 000000000000115662cf2470e182d987dea674cb71667ab3b78ad9ad925d9862 142 0.05/1.00 vMB 230
128,216 128,216 0000000000001f16b58cb305fe1db45b6397bed8a39bf1dd272a1e67bb36552a 14 0.01/1.00 vMB 1,156
128,215 128,215 00000000000022a83c76355b1c8b3c9bc8b5eeacc92efcf1af30aa23f624b9ba 31 0.01/1.00 vMB 510
128,214 128,214 000000000000083e604648bb1b4f465c5d6ecf1bd26cd890ca16ed91a648d70b 22 0.01/1.00 vMB 1,100
128,213 128,213 00000000000009ef91b4e3d5e80791713565b159d3ee3f272d6841ce47218ed7 35 0.02/1.00 vMB 817
128,212 128,212 0000000000001298b9417b8c88f3fa8549bc6736806d1beb113a9146c3feab6e 20 0.01/1.00 vMB 557
128,211 128,211 0000000000000bfcaf8eab6df5c85591917dc267972bbda61c702cebf9ae04b1 2 0.00/1.00 vMB 0
128,210 128,210 0000000000000670df6f760acaf286c71126f43dbf6d9f75b37d18dc446bceb1 27 0.01/1.00 vMB 667
128,209 128,209 00000000000000ab5f3ff1683b708e38f20056d6ade047b2d5550bf25bddb569 39 0.03/1.00 vMB 747
128,208 128,208 00000000000009c681caefb2d05e64b3e1cb6232a6a700cc3355b5be59554ca0 64 0.02/1.00 vMB 805
128,207 128,207 0000000000000d51c8a4fbc789912d322bccc7c749ffa29676e14a0ec3a71c2d 90 0.03/1.00 vMB 23
128,206 128,206 0000000000000a73d997516f1e701b3601949d3059ca27e1ad7d09a539729a35 59 0.03/1.00 vMB 1,111
128,205 128,205 0000000000000a1cb075afff1d3cad0fb022ee62c795501ae4192b1efd34baeb 15 0.00/1.00 vMB 1,502
128,204 128,204 0000000000000b8087964408255393ec9a2438ca7b0cf133dc627636dcd821ba 25 0.01/1.00 vMB 1,187
128,203 128,203 0000000000000b3830fce0e6fe1ec581a04450971300a5d4eaf5f8c3f711abff 54 0.02/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.