Loading Tool

Explorer IconExplorer

Memory Pool

34,719 transactions
25.76 vMB
0.06415642 BTC
Random Selection Loading Transactions
Max Size: 130.75/200 MB

Candidate Block

Mining Attempt 2cc65077bfbe2d340b9d586488e34ed421d574ece48c17f674ce8c7d8530ea91
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root f538ba84b988b9ed5a3b6942c5886ff1b30c1a57bbd09fcd76baae5ed3a614ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,292
Size: 1.00 vMB
Total Fees: 0.01715800 BTC
Feerates: 101.16 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (492,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,291 422,291 000000000000000002e9a76f70df0a5ab7a5bafab6bae6402d9ada2195b6beec 2,491 1.00/1.00 vMB 83
422,290 422,290 000000000000000001e5a8746e843c2295531cefea1ad5a4c77090361d022db1 2,627 1.00/1.00 vMB 83
422,289 422,289 0000000000000000048ad33d43cf1c12c36a1c6cb045395261376d11af67e339 1,097 1.00/1.00 vMB 28
422,288 422,288 000000000000000001fb8d8e7934b7ee6ccfab1033c62101813946610578cec4 1,388 0.58/1.00 vMB 67
422,287 422,287 0000000000000000025440bc76748a06ef5b4a6492318f6179efda502fb2a2ed 881 1.00/1.00 vMB 30
422,286 422,286 00000000000000000401f79d51a5a6c37cdbce6a63a47850af1f174cc2b8caf9 549 1.00/1.00 vMB 18
422,285 422,285 000000000000000004a7b13b7e06093beb2c27253067bcb46f229268f2af12ae 641 1.00/1.00 vMB 15
422,284 422,284 000000000000000003ee76141b00a4778906a1c82716dd85ee3a146c417439cf 77 0.04/1.00 vMB 54
422,283 422,283 00000000000000000073589c03c12896e59fe93ad036b5225171fa40ad143d44 813 1.00/1.00 vMB 22
422,282 422,282 000000000000000002c0ea39958e71e8c87ee05b8e7bf2f83c437628ed5710d4 1,701 1.00/1.00 vMB 55
422,281 422,281 000000000000000004940dc79edc6ebe84d3e8afec502934af176031f7b9f988 1,992 1.00/1.00 vMB 51
422,280 422,280 00000000000000000418becdb30ba6162e25ebf077d8508a0b3b7ddadbab0fa1 1,039 1.00/1.00 vMB 21
422,279 422,279 00000000000000000475c612cbabb8bf0cd17bc2aa1f947d909fbc8b85ab98b2 2,513 1.00/1.00 vMB 66
422,278 422,278 0000000000000000005d28e6e461936ff4d3747c4f500b6af667041bc57869e6 496 0.33/1.00 vMB 30
422,277 422,277 000000000000000000763610b4e85b891d400cce6e50d5f2fdac17eefe4a06be 2,163 1.00/1.00 vMB 63
422,276 422,276 00000000000000000419a1e4c53bdac91f36124082653df3dfe127bd89625491 2,134 0.99/1.00 vMB 66
422,275 422,275 000000000000000000b9cbab0eeb7b3c651506c2ae094b6ac4be32808c802b78 2,228 1.00/1.00 vMB 65
422,274 422,274 000000000000000002c2ef7c564a9a995d9c4a381be85804186c05a9b28efaee 2,711 1.00/1.00 vMB 84
422,273 422,273 0000000000000000027e1886da6fdb6a4bbed47de5035ad73f5250a8b7c44d78 1,672 1.00/1.00 vMB 46
422,272 422,272 0000000000000000020dcecd63aa35d58ef7b1eb667f56bcf61fa153839e80c5 1,725 1.00/1.00 vMB 35
422,271 422,271 00000000000000000492cecfabd1637e4f2bd90164360a57301d43a6839f9b78 2,240 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.