Loading Tool

Explorer IconExplorer

Memory Pool

84,047 transactions
31.50 vMB
0.10189781 BTC
Random Selection Loading Transactions
Max Size: 193.21/200 MB

Candidate Block

Mining Attempt 5cfe317ddd05ed25fea06780b56d47da405f069ffff3d792176aafc52f2e0831
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 6c61ce627cf12b0a89d22b5855e49c9ded391c37d2c24ddc8a14276552606226
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,926
Size: 1.00 vMB
Total Fees: 0.02944595 BTC
Feerates: 504.27 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (285,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,636 629,636 0000000000000000000b259cd8a10399ae110c34e7f9daf61fce446787978081 2,236 1.00/1.00 vMB 92
629,635 629,635 000000000000000000054a6d25f87bd46c00c4046211d5f1b9908f5800474b17 2,347 1.00/1.00 vMB 112
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
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.