Loading Tool

Explorer IconExplorer

Memory Pool

77,258 transactions
28.66 vMB
0.06557236 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt 84c9c1c4de1cefad332116192ee48fd029ad4efb0f8a30a38090378551e19068
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root c14b61eee8c27fc4a683aac7a83d60e913d93d631456c9d6143c92fe1ab0af80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,669
Size: 1.00 vMB
Total Fees: 0.00604574 BTC
Feerates: 100.53 > 0.61 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (117,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,352 797,352 00000000000000000002f1ad1c763d99b4503ff10a6d4250acdf86abe785a961 3,104 1.00/1.00 vMB 9
797,351 797,351 00000000000000000004aa4e02b95f376d30d3b81320b8dc0e8da2a0ae621f34 3,855 1.00/1.00 vMB 5
797,350 797,350 000000000000000000024b90d54c42f35933568442bec79a2cb5a346e4f3b83e 2,941 1.00/1.00 vMB 16
797,349 797,349 00000000000000000002fdd2de528b52ed2939c5a894e7dac3ee74daa044fadf 2,451 1.00/1.00 vMB 8
797,348 797,348 0000000000000000000337d440807c3b20138579e265a74373a7094d88e3b7ff 2,087 1.00/1.00 vMB 11
797,347 797,347 000000000000000000041c84fa1c1473df3b892f1f49cbbd24e2aa69d90d1947 1,887 1.00/1.00 vMB 12
797,346 797,346 00000000000000000004725d938bc0e7718bc8804b3a6a99dd5b156d21d0d7d2 2,682 1.00/1.00 vMB 19
797,345 797,345 00000000000000000000c0a8749aa216e3309836022efb52792909f2a0169a0f 3,445 1.00/1.00 vMB 23
797,344 797,344 0000000000000000000487295aa599c402442d1868e44d9dd9d7d9da7aaef94e 2,558 1.00/1.00 vMB 17
797,343 797,343 00000000000000000004078d6555cbef36e9f862e6a14c673c59c534334a4458 2,086 1.00/1.00 vMB 21
797,342 797,342 00000000000000000004839468ad880acd62815d96fc14e6f020aaced1ac7576 2,328 1.00/1.00 vMB 8
797,341 797,341 000000000000000000051761c75d975d7645a4a48303dfc4110299a5a26bccbf 2,065 1.00/1.00 vMB 12
797,340 797,340 00000000000000000002eccf80bc0e23e6268d7348dee1d26a88d6b4b8d4d79c 2,897 1.00/1.00 vMB 12
797,339 797,339 00000000000000000002301167df69230243e6857dac7359eba131d4f240263d 1,857 1.00/1.00 vMB 13
797,338 797,338 00000000000000000004273ec76e06934a5e0bf5938d6950c26b6e3aac1d54c9 1,032 1.00/1.00 vMB 9
797,337 797,337 00000000000000000002e9f61670b90fc42e097d303101288c84e1dc3c3ffe53 2,997 1.00/1.00 vMB 15
797,336 797,336 0000000000000000000129105de6e346860bc4a34092b22db35ba42e70088689 2,783 1.00/1.00 vMB 11
797,335 797,335 00000000000000000005799ade7485b260f6350b5e48af1c1d3b38a05c4937a6 2,642 1.00/1.00 vMB 17
797,334 797,334 00000000000000000003dccd45b7c279bd4f32f2fd3047bab696fba79653b761 2,861 1.00/1.00 vMB 21
797,333 797,333 000000000000000000020fa709829b479a634a06d21b4fa7bc8837cd9ac61116 2,343 1.00/1.00 vMB 18
797,332 797,332 00000000000000000001b83b3b0d8fcf2b6b3e011c8605be840f676e3ffa4397 2,327 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.56 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: 669.98 GB
    • Received: 15.80 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.