Loading Tool

Explorer IconExplorer

Memory Pool

82,656 transactions
31.13 vMB
0.09393340 BTC
Random Selection Loading Transactions
Max Size: 190.54/200 MB

Candidate Block

Mining Attempt 39d8b27579bc6bad2d9435380327147dc5b07b9df4a1fa86673abcbaf5f79e63
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 3c96d3cd7a6e55924c4aa4cbb4094d867d8a707c83b2c9fab4812948b470de13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,319
Size: 1.00 vMB
Total Fees: 0.02385523 BTC
Feerates: 100.00 > 2.39 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (224,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,350 690,350 00000000000000000011ce3a2039cf592b9130996a4a1b283d5018d5c1cb3472 940 0.30/1.00 vMB 29
690,349 690,349 00000000000000000009b8bcc55cd586d11874d4516b5bae61c06781cf82215c 764 0.53/1.00 vMB 11
690,348 690,348 0000000000000000000a7ff4923e030c615a4ee2df826b402075efb3876a93e2 590 1.00/1.00 vMB 5
690,347 690,347 0000000000000000000240372fb7d62ff97a8ae6444f9a7fd1a4609a8f3406e3 1,156 1.00/1.00 vMB 12
690,346 690,346 0000000000000000000d9bcdda84017f7f31981e415b662938fcb6cdfac738d9 2,226 1.00/1.00 vMB 20
690,345 690,345 0000000000000000000ed24da6413a98038b9f1aa3e7465aaad02f0fe64a0f30 1,753 1.00/1.00 vMB 18
690,344 690,344 0000000000000000000d7956d95afbf30b388a0cb4c244ec2da16dd488bad023 694 1.00/1.00 vMB 7
690,343 690,343 00000000000000000004d631bd71849eb461050c347a8b370c37fd48716af803 1,463 1.00/1.00 vMB 6
690,342 690,342 0000000000000000000ce1403f9afe559c90f3922ed3c4b204aafe5c919bd8ca 923 1.00/1.00 vMB 14
690,341 690,341 0000000000000000000548a74bedfe78f2306310e1b0d18f0d4ae3c99459b3d6 289 1.00/1.00 vMB 17
690,340 690,340 0000000000000000000ba7b080f42522f3e4e0246c0dc4c89f8b0a25d486d42f 1,902 1.00/1.00 vMB 30
690,339 690,339 00000000000000000000c02dc037933f43b21e3c6ebe7f585a4440efa6dd860a 2,135 1.00/1.00 vMB 18
690,338 690,338 0000000000000000000ef8d499e118e0a5f7ddd0bcef33879b92ecd1ca713d37 1,300 1.00/1.00 vMB 29
690,337 690,337 000000000000000000096adec0f9a36c97000a1f5e6d5369745b57424cf1edbb 2,023 1.00/1.00 vMB 16
690,336 690,336 0000000000000000000d55a30e1e361babb7587330719dc5884b2aaeb37ca9cb 2,329 1.00/1.00 vMB 21
690,335 690,335 00000000000000000003b782523a4e069a579b3ecb91e8eca97d065740adb6c9 96 1.00/1.00 vMB 1
690,334 690,334 0000000000000000000e7f06831f805dfb24bfe81cb529e22598aecb78925101 2,786 1.00/1.00 vMB 16
690,333 690,333 0000000000000000000a61a9ebc3a2b58a2c4f44eddc8bf53c4e9661482c3d4e 1,502 1.00/1.00 vMB 17
690,332 690,332 0000000000000000000c02b37456d5ea615eeb4891f51151bffd6937a9ba8479 2,965 1.00/1.00 vMB 37
690,331 690,331 00000000000000000006a08565ba1f59f9aab98646bb265accf100641f0eb27a 2,043 1.00/1.00 vMB 8
690,330 690,330 0000000000000000000328b8c7aad272a5839819bcd953ce8ce1c978c75d94af 2,328 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.