Loading Tool

Explorer IconExplorer

Memory Pool

80,456 transactions
30.15 vMB
0.09047681 BTC
Random Selection Loading Transactions
Max Size: 180.79/200 MB

Candidate Block

Mining Attempt bd5273d7650e5e2e5745db56fa347523f0e0b635f2c099391116b2ec8b173c40
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 3a2c13097aeb9a2b5ac94258e6b345ba98f9f696d3b1b250d2d5d0786c6c73f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02878090 BTC
Feerates: 301.07 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (255,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,350 659,350 00000000000000000004ded9fa2042e061b0db19b027611d3a9dc2418da98064 2,313 1.00/1.00 vMB 16
659,349 659,349 0000000000000000000b0cff9df87e2dd519567d2356fa74d1305d10b60a14b5 1,926 1.00/1.00 vMB 51
659,348 659,348 0000000000000000000297f03fae0441eff0597ee1503273f30328f83eee8c8c 2,984 1.00/1.00 vMB 45
659,347 659,347 0000000000000000000ba6b240d3b0a18120326b5fe413f01dc96e052ad97c76 2,522 1.00/1.00 vMB 41
659,346 659,346 0000000000000000000518dea7441cb4a4b5b79d47087fc6d67ff291c3badb1a 2,253 1.00/1.00 vMB 25
659,345 659,345 0000000000000000000796f642bc333eee67c15ec0f586c686948771bba0415c 1,753 1.00/1.00 vMB 11
659,344 659,344 000000000000000000024f48f491426e055015115732f228a2a668433fcc2df0 2,620 1.00/1.00 vMB 30
659,343 659,343 00000000000000000009a4f6f21e40f4c24eb7d0d17be6f35166c894ed93cccf 2,579 1.00/1.00 vMB 39
659,342 659,342 00000000000000000004908656f1f01c946bb28bffc2a0834e42c243e1b4259d 2,759 1.00/1.00 vMB 36
659,341 659,341 000000000000000000057240cc35d971bae38fc18455c16c81a1de00119995a0 2,483 1.00/1.00 vMB 33
659,340 659,340 0000000000000000000509bde05735ac2f669996ec07dbfbcea41b1936dc9355 2,538 1.00/1.00 vMB 56
659,339 659,339 0000000000000000000bb52100acd22fa18fe5346fa2a7885374512d8cd0f159 2,090 1.00/1.00 vMB 16
659,338 659,338 0000000000000000000c5fe996ceeda859990d65a4b5c131153d6dd578263f7c 2,509 1.00/1.00 vMB 25
659,337 659,337 0000000000000000000751037166703e4f2d2e19969346907aa18422c3ae0c35 2,663 1.00/1.00 vMB 27
659,336 659,336 0000000000000000000e1a583c7d6ee32597e3eb5ba2c4a52615c02fb3dc3f9a 2,205 1.00/1.00 vMB 33
659,335 659,335 00000000000000000004d6e92ec4df3cdd55d3a42901d6be909611aa19c6f7fc 2,715 1.00/1.00 vMB 53
659,334 659,334 000000000000000000059dd7105ec817b6451f27a6e8da68f66c1dd3ef33e78b 2,659 1.00/1.00 vMB 69
659,333 659,333 00000000000000000009ff37fb06d638d51226061a9755424ccb8c830f5d3d16 1,673 1.00/1.00 vMB 30
659,332 659,332 0000000000000000000a427e590b2609ac075c73934c59db29252e5bd1065d6a 2,038 1.00/1.00 vMB 56
659,331 659,331 000000000000000000098eba5c7a8c79212fe6d7209774f603804dae1546842a 2,289 1.00/1.00 vMB 52
659,330 659,330 0000000000000000000b74841739210ee926de0fee48e8a34f975d2041d824ff 2,241 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.