Loading Tool

Explorer IconExplorer

Memory Pool

28,548 transactions
7.35 vMB
0.07049224 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.44/200 MB

Candidate Block

Mining Attempt c7ec14ab20ee48f62a46700e4e9920966c1cdd8f3ef8f063e5cef9c2314fbd99
Version 20000000
Previous Block 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8
Merkle Root cca0c83733f7f0ba8f4d1145156d93648a17c87b69c1bf757986913f56304b18
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,504
Size: 1.00 vMB
Total Fees: 0.03828328 BTC
Median Feerate: 3.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,234 (654,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,233 259,233 000000000000001dd8abbfa6519310c8f988193459295392bc46460bdb596c1f 112 0.06 vMB 78
259,232 259,232 0000000000000024feb39a0bddab269a7e425065ec0cc50d4ee33f437d84bf10 179 0.09 vMB 3,415
259,231 259,231 0000000000000021a1109f5ee1a2af3bcce30c5c9acc82fae7124fe682a6b655 278 0.13 vMB 101
259,230 259,230 000000000000001a35be29724c63b0b2ca1220281dbbae1b07cfd1a609702cdb 184 0.07 vMB 99
259,229 259,229 0000000000000004bead4ddc8e638adb020138cdba33488483653c43c75b83e8 317 0.16 vMB 48
259,228 259,228 000000000000001540f3a2ba7080dca5e33b93ca3ffc29fb4158654685007ee1 531 0.25 vMB 133
259,227 259,227 0000000000000000fc312a834febc88fe5f43e1d4fa4db2442e678595bf96344 728 0.28 vMB 151
259,226 259,226 00000000000000043b4a00646b7139ca1be91b67e9c6d1c5000a5ee189601738 98 0.07 vMB 35
259,225 259,225 0000000000000004cbe34bdbefe17939d4c968aa343303d348ebcba900180422 567 0.31 vMB 74
259,224 259,224 0000000000000019e763a8a71de6e6fcba2f0d1b6cf8e33cb94aee280bba72b3 666 0.25 vMB 72
259,223 259,223 000000000000001032fdd355258d746339db3dacd2c3b37bc2b926214915235c 1,271 0.50 vMB 143
259,222 259,222 000000000000000f8a1c09f0305a6cca909f0a685db99e5e2fbe0d8f31ed41ec 167 0.08 vMB 87
259,221 259,221 0000000000000015e04198850cd781b0c9ef2c4045488feebfc7675705bac239 146 0.06 vMB 103
259,220 259,220 0000000000000008e6a7ed774d9ed9ae8c88ff280e00eaa0626edd203b5ecf94 498 0.22 vMB 107
259,219 259,219 000000000000001d726f0819256323b3dd5bf21af23b796744bf83e001ee77f9 57 0.02 vMB 36
259,218 259,218 0000000000000007a062aaa34e7290eb64059eea4a9bc43b49dc930ab0f48345 466 0.22 vMB 120
259,217 259,217 0000000000000000ee9b110d4a0c9a040347f37a7296bcf48fccebff12ee4938 101 0.06 vMB 76
259,216 259,216 000000000000001b5652c06325942455be75a009a4edaca637f2e41982cbd397 691 0.27 vMB 124
259,215 259,215 000000000000001c1fa99e4d6a7a3bcad44e763b1e0a340c98f61961a773301c 226 0.11 vMB 107
259,214 259,214 00000000000000093c18ead015eb8ea066b35c38bac39473a1fda7c5aecae923 1 0.00 vMB 0
259,213 259,213 0000000000000024dd3586e8c27ac8c26d218129c68860ef9c94b8d406b7a204 909 0.36 vMB 96
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 78
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.24 GB
    • Received: 0.57 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.