Loading Tool

Explorer IconExplorer

Memory Pool

33,101 transactions
18.93 vMB
0.08036076 BTC
Random Selection Loading Transactions
Max Size: 101.77/200 MB

Candidate Block

Mining Attempt d45a655130895c49b56e804debc963c14097cbdd76a2ac0534cff1174c77f3c5
Version 20000000
Previous Block 000000000000000000002af0ed36a6537865c0800143839d02ce5af78de6c4e2
Merkle Root e9a7ad430287d627c47f8ea7e215ebc8bb3d16073bfe56cbb7c7ff78e92a955d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,437
Size: 1.00 vMB
Total Fees: 0.04413826 BTC
Feerates: 301.36 > 4.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,122 (798,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,285 115,285 000000000000087f8e6411244256bf6853a85a3f49625a87d02d9d884e4ce312 6 0.00/1.00 vMB 4,078
115,284 115,284 0000000000001c1d730bcc06e72955f1d7d102ea085a120549785fd3700f922f 16 0.01/1.00 vMB 705
115,283 115,283 0000000000009f1cab7603806c4aad2c5321c4224f0902c690b66007a6b2eb9c 9 0.00/1.00 vMB 0
115,282 115,282 000000000000cd93541f2b946739e1694049d7535e5916504a490f58a41a026c 4 0.00/1.00 vMB 0
115,281 115,281 0000000000005c89f49290434931fb0a4645467f010e1acab42b7d1c042617c4 8 0.00/1.00 vMB 877
115,280 115,280 0000000000003d09dbb3aa1591437325b3c85a61a27e77e5d10ad0dd932fe1a5 8 0.00/1.00 vMB 412
115,279 115,279 0000000000006e6ddba26f550ecd8c9249f4e138fc2aeac80d20acae32e3e0a8 18 0.01/1.00 vMB 484
115,278 115,278 0000000000005fbb238639dd9a4f57fb49ea623b80a9a4e35144b5bd846ea115 7 0.00/1.00 vMB 0
115,277 115,277 0000000000004f1a61d05f571e390c8ffbd1580228064e8a114cba4d72809099 4 0.00/1.00 vMB 0
115,276 115,276 0000000000007778ce75d63bf1bf06740a3702c237929e400e06866eab53bf85 2 0.00/1.00 vMB 0
115,275 115,275 000000000000e5e0da97bcbda0cdec1ac1d15761afb76e42e13ea53edd65cba4 18 0.01/1.00 vMB 326
115,274 115,274 000000000000c3e0c80841f0cc3cdb5d1d9dd028ebaf427740caa74490c53b1e 2 0.00/1.00 vMB 3,861
115,273 115,273 000000000000990d401aef981bfa62edd7e95a3b58f81d1f5691c3b95fd1fa62 18 0.01/1.00 vMB 782
115,272 115,272 000000000000775133cfc740ddbc4631dbb2de2d6007cf6b1ee7714ba110c59f 2 0.00/1.00 vMB 0
115,271 115,271 000000000000675714fce44690cc00bc4f3f85859ae1deef8b65bd357f56d20d 2 0.00/1.00 vMB 0
115,270 115,270 0000000000003b5f01606d301a9495c83e68cca40f3ada84f43a2cfde32fcec4 9 0.00/1.00 vMB 862
115,269 115,269 00000000000076ae408bf2f5fec480aca2df7f0d9ccef8f62af618ebf769d7b2 3 0.00/1.00 vMB 0
115,268 115,268 000000000000e9a400a436f60a5a361ebfbbfd46b6a0b965a1e7b43381d2c545 1 0.00/1.00 vMB 0
115,267 115,267 0000000000001809662bbd4043e921cd22431ffa4c00c4c03f6e873f3ea4d65b 54 0.02/1.00 vMB 41
115,266 115,266 000000000000ed88b0c324e63f963833dda2eb12890643ef594b32c79fbc2ab5 4 0.00/1.00 vMB 3,875
115,265 115,265 0000000000006fddbeec18349b9baa924b1237426ef8f3fc00ebae71169b34c2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.82 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: 560.48 GB
    • Received: 7.34 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.