Loading Tool

Explorer IconExplorer

Memory Pool

41,553 transactions
32.59 vMB
0.09541890 BTC
Random Selection Loading Transactions
Max Size: 162.90/200 MB

Candidate Block

Mining Attempt 8bf46d58cb8602a1c2454858b43ffef4df3ae16e4dbe7c114a2d818226196d97
Version 20000000
Previous Block 00000000000000000000b6b9a3b2067fa1426f6080c9f3cdd5cad9a92f6fd98c
Merkle Root 8acac4700408792d3d9295e964493eeeba27eb3d8aa473e6ed3821a31d189714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.02550957 BTC
Feerates: 502.67 > 2.56 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,333 (865,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,602 48,602 000000001c6d1e2babedeca2578b1eb6f51ee2603756454b752455a20b088cab 1 0.00/1.00 vMB 0
48,601 48,601 000000001529a98ded32f46cc9dd70afdb2083d72bc46acee57adb712da31316 1 0.00/1.00 vMB 0
48,600 48,600 0000000028404f70d2535ff1eb17a9af71dd3a434e5d6dff2d61c1f28449a93e 1 0.00/1.00 vMB 0
48,599 48,599 000000001e82a2d47b684e40827bd07c4f2267a40304b5227cd8a3412e0e97e0 1 0.00/1.00 vMB 0
48,598 48,598 000000000f313d38fef7efaf5e06e19fcca991f6f8322f4f4b667dc3ae01c65a 1 0.00/1.00 vMB 0
48,597 48,597 000000001855c7caeb032d1d60aa71f76cf752740c294f81b7b207086ad5dae9 1 0.00/1.00 vMB 0
48,596 48,596 0000000016720f62a41a5ed67d3661329e48762a0dadd00a2c6e42db2698b639 1 0.00/1.00 vMB 0
48,595 48,595 000000001e75e57ed29c20ca0ecbfa681668c298c56753bc26292534ceea65f2 1 0.00/1.00 vMB 0
48,594 48,594 0000000006a051e39d1733942dc3fa913abfc2f39065ed715835f3a6deed3b86 2 0.00/1.00 vMB 0
48,593 48,593 00000000071d8b6fc001b03311f072d5283b998100abb2fe12ce30e69eec1418 1 0.00/1.00 vMB 0
48,592 48,592 0000000009010de6d3743848c31890b26bf1b4200d6ae5d269e1d830213d6cb6 1 0.00/1.00 vMB 0
48,591 48,591 0000000004bd35381a0c1e9277ef2413d222c2ea6eaf5f7459295a9b127b40cd 1 0.00/1.00 vMB 0
48,590 48,590 0000000016cdd12f35afc3428ea600bc9ea7992152eb8ca0b3a67100e7005198 1 0.00/1.00 vMB 0
48,589 48,589 0000000005994c7a2a7b92c0b1540313d83a0bb235ea1ebf31eb0b4eeadae669 1 0.00/1.00 vMB 0
48,588 48,588 000000001440b6ac3ece87bc6acb5435e88cbf578238080fd47924f5761cfa65 1 0.00/1.00 vMB 0
48,587 48,587 0000000023c02334e691097bb2d03d3e2fe885fc1920299c557317c6f103b8b6 1 0.00/1.00 vMB 0
48,586 48,586 000000000e15b667945f47369d56124dd4e68e5ebf86e07cc8f5bc0829069347 1 0.00/1.00 vMB 0
48,585 48,585 0000000007238432fb795aeec117bda717f650155f815d3b61a6532f49eb266f 1 0.00/1.00 vMB 0
48,584 48,584 0000000013695c61d0cdbbc217c5c550e6ef28501bd271d50d09c7f676d91900 1 0.00/1.00 vMB 0
48,583 48,583 00000000024e98be3a43da5436173788e9c8d0f961bd84f0b6e35f7cd87f23d4 1 0.00/1.00 vMB 0
48,582 48,582 0000000002928a1f9e9685425b9d107968363a01fe3c1e1b14dc53ca6643a761 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 584.04 GB
    • Received: 9.38 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.