Loading Tool

Explorer IconExplorer

Memory Pool

74,065 transactions
27.33 vMB
0.06493947 BTC
Random Selection Loading Transactions
Max Size: 166.94/200 MB

Candidate Block

Mining Attempt 88d887503b58a08a2e369444870eec2d149347e18adb3f1f5cca3460e91b819c
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root f859b9b0a6a54c99e3b68085d52fe7af3a3d18acef30d17c965168b19be6e354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.00684129 BTC
Feerates: 100.53 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (189,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,122 726,122 00000000000000000003ef96456d3ee61d6efe4b4d6a3d74db56938e5f4ed6a6 2,182 1.00/1.00 vMB 18
726,121 726,121 000000000000000000077a5581ea2436a3663fc6de6bbdf33105735bc7c346d6 82 0.02/1.00 vMB 17
726,120 726,120 00000000000000000009e6f79b5c5b70a4c895d94e0b367fb20b8da86dc7aeb9 502 0.42/1.00 vMB 4
726,119 726,119 00000000000000000008e243daf27faa8fe342f87e1f4f4c0d75aeff422c66cc 2,543 0.97/1.00 vMB 6
726,118 726,118 00000000000000000002552114bd2b6dad44e660463da7ac1d5414124f663b6e 3,093 1.00/1.00 vMB 15
726,117 726,117 00000000000000000007e4085ff8d3f571c3588f60df9dd8d4131733bc21eac6 2,644 1.00/1.00 vMB 11
726,116 726,116 000000000000000000024c0261cfac13d9c7d11832d8449d44085a37a444e36d 1,809 0.77/1.00 vMB 9
726,115 726,115 000000000000000000012da8d0f5dd29804ae2bdcb4f73d9dfcab5026b0f94bc 1,249 0.79/1.00 vMB 6
726,114 726,114 0000000000000000000749ba556c5ed4919374a56dd89f97970934a9bc7ca280 1,730 1.00/1.00 vMB 9
726,113 726,113 000000000000000000046d10923bd1787259a347dfc98de1624f6be3cec20517 620 0.36/1.00 vMB 9
726,112 726,112 0000000000000000000016f7b487b4dced53e24ebff4d5eaa09d5a6d1b4176cb 665 0.76/1.00 vMB 10
726,111 726,111 00000000000000000007cbf69bdc807bb76d6a796ce185768c6de0e5d728877a 466 0.15/1.00 vMB 7
726,110 726,110 0000000000000000000a10c7ec7e7ba181d8c6b95d0fb79fac29d5b7bb005490 594 0.32/1.00 vMB 2
726,109 726,109 00000000000000000009ebd91fde6c14ec81db594afaa90c5f8945b6d546a1f5 2,941 1.00/1.00 vMB 8
726,108 726,108 00000000000000000002d4cb3d5cea07ffde8f71e304f3d96e0a09dcb5588873 2,927 1.00/1.00 vMB 16
726,107 726,107 0000000000000000000753691c31989f31ad0ffcc6b5a1650dad98bf372f741f 1,949 1.00/1.00 vMB 9
726,106 726,106 0000000000000000000382411e80ff2c49b18ea9ac0bb92cf5afd07ad762c6c1 641 0.24/1.00 vMB 11
726,105 726,105 00000000000000000004676342bdd52589e877ba24ab82edb42a5ad94fa43a67 95 0.03/1.00 vMB 10
726,104 726,104 0000000000000000000108992137fde9a8be7a1af59938d24e818fc0ccb97dc1 742 0.30/1.00 vMB 9
726,103 726,103 000000000000000000020a02161e4d3be29abe9b225043ba47d450ec9cf5e380 218 0.07/1.00 vMB 13
726,102 726,102 00000000000000000000b91aa8c787a60742e0425b2013cd795ba4d12208ffae 678 0.35/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.