Loading Tool

Explorer IconExplorer

Memory Pool

80,662 transactions
29.77 vMB
0.07084188 BTC
Random Selection Loading Transactions
Max Size: 179.63/200 MB

Candidate Block

Mining Attempt a8d0b8d6874de7e93c25e7835864ab8eb51d86244bd676055fa1845625d32224
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 0a22926985ab9b5f0bfa8dda50d9ffbc2feddfddc5e426a7ad2d4c6f426b218e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,794
Size: 1.00 vMB
Total Fees: 0.01008199 BTC
Feerates: 100.36 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (298,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,288 616,288 000000000000000000050c2882742b7fcba5487731f7f6eaa33b4e6f81c079c4 3,038 1.00/1.00 vMB 29
616,287 616,287 0000000000000000000bb9efb0c35d227b6d132084ffa5585d01c75c8248414f 2,958 1.00/1.00 vMB 28
616,286 616,286 0000000000000000000a367d497fd0af9405c9bf96a41d5e2776af5b32970b03 3,223 1.00/1.00 vMB 24
616,285 616,285 00000000000000000008d8a9b4a224c66b7e1d12a91f883e54184be1e38f100c 2,977 1.00/1.00 vMB 25
616,284 616,284 0000000000000000000fa2ceca4de4717f070c6b02dee2e47fd5f9cda5f1b3a6 2,495 1.00/1.00 vMB 22
616,283 616,283 00000000000000000005c71ad9010b75cb672f7a5b15526321c28cd6629cbfc3 3,189 1.00/1.00 vMB 21
616,282 616,282 0000000000000000000ab1c4f7351bf19e2cfffc2a56b56023f69d3773259e55 3,212 1.00/1.00 vMB 30
616,281 616,281 0000000000000000000629f48a935bcb9797459188f321eac0cc0952594b6d98 2,871 1.00/1.00 vMB 29
616,280 616,280 0000000000000000000f70beb8a87ee4895363a9347b668de2bc070d32931bfe 3,046 1.00/1.00 vMB 26
616,279 616,279 000000000000000000080f736385c6c2a45519194e77f36ec9ac00506a7d2baa 2,850 1.00/1.00 vMB 24
616,278 616,278 000000000000000000091aa21c7180b30a0c827794e5d6a0fcef744a3b843174 3,639 1.00/1.00 vMB 31
616,277 616,277 0000000000000000000e0fc5d055b6cb1fa1605706245265df1c7fe5f18caae3 3,218 1.00/1.00 vMB 40
616,276 616,276 00000000000000000009f12e1a0bc329bc460fb7d82c6a28174b38dc0fdac518 2,969 1.00/1.00 vMB 27
616,275 616,275 000000000000000000068b191fe992bb464affe4cfb454c40d5f280b07551b8b 2,859 1.00/1.00 vMB 36
616,274 616,274 000000000000000000105269df438ad42ecdb4a409f9b4fb524cc01985dd67cc 2,159 1.00/1.00 vMB 55
616,273 616,273 00000000000000000008881e929c5a04a6da486ee2141bd65047e86e27c8b3fa 2,483 1.00/1.00 vMB 19
616,272 616,272 000000000000000000059d8621464f112eb538abb24f60771853aa890e61fa20 3,576 1.00/1.00 vMB 22
616,271 616,271 0000000000000000000bdc4dd8a5d14ebcbdf2c07ab4b8fa02f02c586d5d7f3a 2,677 1.00/1.00 vMB 43
616,270 616,270 0000000000000000000edbc85ad92820d155dfe6c844af0d4c045c9b893b7d08 2,443 1.00/1.00 vMB 25
616,269 616,269 0000000000000000000db4c02ff53b6bdd0a0eba4fc79aed1f469edd13cb6f61 2,000 1.00/1.00 vMB 48
616,268 616,268 000000000000000000026dee208c4a9bdef7111eb60139c72c55e8626e32a388 3,239 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.