Loading Tool

Explorer IconExplorer

Memory Pool

37,162 transactions
26.85 vMB
0.06028937 BTC
Random Selection Loading Transactions
Max Size: 136.40/200 MB

Candidate Block

Mining Attempt 6e48b9f967bb26dad2919e07914f998b8757e76ae97f5b4b28ce111b2a728f8c
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root ce57e37e6c1f3d82db8ef45b5f41775268f16ffdc21ac1ab39427da7863a1d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,918
Size: 1.00 vMB
Total Fees: 0.00999472 BTC
Feerates: 74.79 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (225,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,115 689,115 00000000000000000004c8cb7539ba95db0590ec02a21c1112bb6875e27804b1 1,730 1.00/1.00 vMB 44
689,114 689,114 00000000000000000008603163457ad2e18e29cda60c4fdd2c02bb1fdde9b83a 1,238 1.00/1.00 vMB 66
689,113 689,113 0000000000000000000cc89f65f203a09813125fee74fa266ec59bff79eabbb1 2,501 1.00/1.00 vMB 52
689,112 689,112 0000000000000000000475173810cc742ae6b96850ed8dd9dc11af2d82ce0a6c 1,190 1.00/1.00 vMB 15
689,111 689,111 0000000000000000000757a0fad7f4f9ca74f30e642ccc2d53710bd966f38a40 2,010 1.00/1.00 vMB 29
689,110 689,110 0000000000000000000c529a4719c5772613af5937ac93a55bec5a0c01792e90 2,458 1.00/1.00 vMB 61
689,109 689,109 0000000000000000000384f3cea1feb86d5cdf9eee78c97a8775817b72682adf 2,421 1.00/1.00 vMB 38
689,108 689,108 0000000000000000000732baf4145653128eaaabefe027a9d5371084f5d2975e 2,070 1.00/1.00 vMB 55
689,107 689,107 000000000000000000068513c35ac2da3bd08da9340c1a532bab1355a28a63ad 1,046 1.00/1.00 vMB 64
689,106 689,106 0000000000000000000a0b809295b3f5d3540982591caae4ac124b7c76ec4755 2,762 1.00/1.00 vMB 72
689,105 689,105 000000000000000000008268b42f3954a32c2f6c9ba69e852b0c8cec04b82997 3,138 1.00/1.00 vMB 83
689,104 689,104 0000000000000000000b0fad7e69931e9f547500fc3fa75aa22482e3d6dc5abc 2,540 1.00/1.00 vMB 62
689,103 689,103 0000000000000000000c19a099066f77411c39cc18c7e9a3cf2419b17058368f 1,463 1.00/1.00 vMB 54
689,102 689,102 0000000000000000000275e6ebc6a5d48b3e4778842771932b751ff6e3ebe5ad 2,500 1.00/1.00 vMB 76
689,101 689,101 0000000000000000000986f4d9a62530e4513702602c39d9b2b8eff17f184e95 1,751 1.00/1.00 vMB 44
689,100 689,100 0000000000000000000742b191706a8a0619d35ca80a364a57cb2c7c1ee9d9ad 2,998 1.00/1.00 vMB 10
689,099 689,099 00000000000000000002fc690f1c93784900d0fb3df1054f22c2751e6bc9a7a3 926 1.00/1.00 vMB 18
689,098 689,098 0000000000000000000bcfc712ccce4d852925e834333df54bbc0cceb4230139 1,292 1.00/1.00 vMB 17
689,097 689,097 0000000000000000000b7891db0728a9d763b36cb4bbfe069ce4cc6bea402329 1,684 1.00/1.00 vMB 23
689,096 689,096 0000000000000000000201860b3a97d0f85f0619c198875a803f57f2aaa02a67 2,249 1.00/1.00 vMB 65
689,095 689,095 000000000000000000041aba190caa64e98d5fb23bdd096100cc7f323eadea19 1,821 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 781.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: 632.77 GB
    • Received: 12.15 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.