Loading Tool

Explorer IconExplorer

Memory Pool

27,826 transactions
7.83 vMB
0.05920968 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.99/200 MB

Candidate Block

Mining Attempt 140d31e81acaa7fe1775fbc86f8b51e548895621435f592baff6f88bbcbcf1aa
Version 20000000
Previous Block 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1
Merkle Root 6e5e3b0842336e419c7bba0fa550709a2fcf1569ebcca7bd1f5052d3aa24104c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 857
Size: 1.00 vMB
Total Fees: 0.02303799 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,226 (664,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,721 248,721 000000000000001ceb23819574c74d30e05d0c9c430890c6408b7796dfd3803d 22 0.01 vMB 82
248,720 248,720 000000000000002281b087c0ed768be2e9d538e7609ec0ff8d6c4ea245f9d870 100 0.04 vMB 113
248,719 248,719 000000000000005063e38b4af220eb60a476269ef7723b0a79bf61695ff9ed8a 359 0.15 vMB 143
248,718 248,718 00000000000000693cee077013968d1efdd544d69cd410dcb5567882bcb4bf91 38 0.03 vMB 56
248,717 248,717 00000000000000765d1d26b27d21233b7fa7554af6789c42cccf193772cfe487 333 0.14 vMB 128
248,716 248,716 000000000000007fcdf7613b81e675001162b7e3d8ca750cc98be98c3ff9affa 160 0.07 vMB 134
248,715 248,715 000000000000005072c8363c6c2717dfb00fd6a5937eaba288e483593fbd1afd 84 0.03 vMB 206
248,714 248,714 0000000000000038328811a15721486667fd988cdca04f17f2e97dbebb5241d9 81 0.04 vMB 122
248,713 248,713 000000000000003affd62ce8a4ced967e3ee9d9a904b2dd75d9c677be251ac06 230 0.11 vMB 121
248,712 248,712 00000000000000261ad1cf8c52c86f5c07c312a106e893826944545ff9f8316f 292 0.13 vMB 133
248,711 248,711 000000000000002269750af1588ad7d65ececdc784559f4066b609737ce5e94f 314 0.13 vMB 158
248,710 248,710 0000000000000053be4780156f862a93977b40fd202bee40a9c07a927eb0bc5a 433 0.19 vMB 162
248,709 248,709 000000000000006422a3a47c8ffce0da83fa16c483922e44b285c81ba25c9d78 110 0.05 vMB 74
248,708 248,708 0000000000000035a513ffc2a139f1916777f1014fab5d30f992ecb5ea43698d 313 0.14 vMB 110
248,707 248,707 000000000000005c2638f70f037e9e4ba3c64fabf0d3841b2546aac8fe6c5eb3 97 0.04 vMB 149
248,706 248,706 000000000000005371b30e2daaf7db95578edf2a44668f2cc08882b4fc88358e 188 0.10 vMB 93
248,705 248,705 000000000000003abca780b32ee99d8934bfe1c926ebc72419cc2213ec58ab87 315 0.15 vMB 133
248,704 248,704 0000000000000080a64387fd95d7c53d666dc6feb542cb9229cb71c9c3d9c73e 244 0.08 vMB 170
248,703 248,703 000000000000006ed34cd04e75aa8bbf43b9ff611f19c3696f18bf252ccd7ba6 88 0.03 vMB 167
248,702 248,702 000000000000007cfd5c980ca53670b55ba7431599d28c34e3bf3be085939478 144 0.08 vMB 122
248,701 248,701 0000000000000042a8082e97866e18ace6b748682001111a569099a1abdca5e2 252 0.10 vMB 153
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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