Loading Tool

Explorer IconExplorer

Memory Pool

78,714 transactions
30.28 vMB
0.07383244 BTC
Random Selection Loading Transactions
Max Size: 183.78/200 MB

Candidate Block

Mining Attempt 96abf790725b96ec45ce0a7ec7548e589f85e1260ca1f8d8ea129d2439f6823c
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 9ad2bc7571f207b49b6fe1350f53731179d6ef8601c47fb11709e91d9fac717a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.00940400 BTC
Feerates: 45.66 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (224,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
690,329 690,329 0000000000000000000fee4b61372aeaee7c0054d810ef9542ac6ee2166a5e1e 2,906 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.73 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: 707.34 GB
    • Received: 16.67 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.