Loading Tool

Explorer IconExplorer

Memory Pool

81,174 transactions
29.84 vMB
0.10493526 BTC
Random Selection Loading Transactions
Max Size: 180.42/200 MB

Candidate Block

Mining Attempt 9e34750841d0576532ff9fd5adeac34bb4dc21e9b052ebbf5a12a7b8aa9a6e4d
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 5f48001cf67d2aa3090de828310a1bee3d33571100defb6a71bbb14bf7d34818
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.03940874 BTC
Feerates: 146.36 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (323,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,457 591,457 00000000000000000012b5b33cc6a5ed28dda0379582283cf9398dd7fe6b40e0 612 0.26/1.00 vMB 2
591,456 591,456 000000000000000000185c0a147af069ff813c3104875b4e342ad4685252e2a0 3,111 1.00/1.00 vMB 23
591,455 591,455 0000000000000000000cc9cc026f566ec00ea62ab360258e1a94a3178ec80720 3,039 1.00/1.00 vMB 11
591,454 591,454 0000000000000000000f68bdd475cf551fd3a1cff4f3f2b784905c0b9bc680df 1,456 1.00/1.00 vMB 21
591,453 591,453 0000000000000000000b7a3e1fcdc3682a5280f14679d92e4998d2429e1dbe46 3,125 1.00/1.00 vMB 24
591,452 591,452 00000000000000000001be82b078b450355945540f9efacb4cd500fe1390c256 2,890 1.00/1.00 vMB 27
591,451 591,451 000000000000000000054a97b8fceebbe6a57246620b670796545e9449c894b4 1,199 0.37/1.00 vMB 26
591,450 591,450 0000000000000000000bf0f8c584c6b0a7535b3cea41d3c64b01b3b8cb9e9d42 3,240 1.00/1.00 vMB 14
591,449 591,449 0000000000000000000dd960701391606fd264dbc4e076ae3cc6bb84bfa713fb 3,099 1.00/1.00 vMB 17
591,448 591,448 0000000000000000001addd5284fc5c22c73411665bc39b0d4e1ff0e129c337c 3,571 1.00/1.00 vMB 37
591,447 591,447 000000000000000000079f4f2f32bb1bc275277e3c859f999d31884eb8dc0d66 2,707 1.00/1.00 vMB 9
591,446 591,446 00000000000000000019b992abdb0d5fb863a2954ca2b2f25f8a6f42cd9443d6 2,788 1.00/1.00 vMB 40
591,445 591,445 00000000000000000008f17c81008fc3b8a772afad3d9143e15a3c1afc437a11 1,345 0.46/1.00 vMB 18
591,444 591,444 00000000000000000003b4aa388985daacaa348424b06c55cc4ae1983dac39a7 838 0.33/1.00 vMB 18
591,443 591,443 000000000000000000033c0ecbb201398b69c28f56a63fb67d9cb9903e51ae43 2,344 0.82/1.00 vMB 13
591,442 591,442 000000000000000000025edb7abd13863da67b9d98386c995cafaf96c8f9eb5a 3,074 1.00/1.00 vMB 16
591,441 591,441 0000000000000000000fb8fa7cc77536c8f2f2f4b14640d5733de2dedfbba5ac 2,406 1.00/1.00 vMB 23
591,440 591,440 00000000000000000002d817fbdda2667d628307ffeca4a5e1a96c15c2a4c15f 2,827 1.00/1.00 vMB 17
591,439 591,439 0000000000000000000936c725985391d7477a9c1cdf4b37782aaae276e4e27d 3,257 1.00/1.00 vMB 42
591,438 591,438 0000000000000000001abc44904ebac49c86c6d0a0ad26adc7044974a50c00f3 2,135 0.72/1.00 vMB 20
591,437 591,437 0000000000000000000921c70588f0b0a0f02e2a06d0c509c2c0401ac695bd58 1,130 0.36/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.