Loading Tool

Explorer IconExplorer

Memory Pool

72,951 transactions
28.17 vMB
0.07250714 BTC
Random Selection Loading Transactions
Max Size: 166.76/200 MB

Candidate Block

Mining Attempt d02e9639b359ac43185adf5a059473b0d188f9527bff5a82f0cf30b57729844f
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 2a3e70f1ac64033815e89d1dfb7a1a95ee4fa7d63a092c123b9dff74ebf186cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,133
Size: 1.00 vMB
Total Fees: 0.01614939 BTC
Feerates: 157.46 > 1.62 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (335,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,674 579,674 000000000000000000009831468de8873cbcc65fd663a6b0c3b5f91d965bb67c 1,222 1.00/1.00 vMB 86
579,673 579,673 0000000000000000000efd2ce27dea26fda94900f0227180551d81252f80a953 2,436 1.00/1.00 vMB 101
579,672 579,672 0000000000000000001a3d615c2cfc2c14e7cf9149064fe6f002725def14ef66 3,039 1.00/1.00 vMB 129
579,671 579,671 000000000000000000211c9ac8bc6e7f3bef696ef8036bbad1c67cd442948e8a 2,612 1.00/1.00 vMB 112
579,670 579,670 00000000000000000011498f5ebfbb6fa711c38fe1d5c084532cf08bb8716734 2,972 1.00/1.00 vMB 121
579,669 579,669 000000000000000000053235f474603b25621d47fdd8f64da0a87781235413cc 2,040 1.00/1.00 vMB 45
579,668 579,668 0000000000000000001a36ec8e171a8be152fb3b5e576add3c4afb3de4caad4e 3,044 1.00/1.00 vMB 83
579,667 579,667 0000000000000000000a7c556385ef69e9506a9bd9d51af576029e986cc8d2f5 2,889 1.00/1.00 vMB 35
579,666 579,666 0000000000000000001760d14b9bc5772c59a8baadbe9cbdf8e3f93141bd74b6 2,958 1.00/1.00 vMB 80
579,665 579,665 00000000000000000009db29373dc8978e1133ddc09af9be149c9fb8b953dc5d 2,464 1.00/1.00 vMB 114
579,664 579,664 000000000000000000002bc221e1a7c399eaca82b056579b5ee577d0f11a6cf6 3,171 1.00/1.00 vMB 48
579,663 579,663 0000000000000000000e20e922de15dbed68674e8d86e5c0e91af0ed1a81ef61 2,324 1.00/1.00 vMB 90
579,662 579,662 00000000000000000015ed22305da33be8ea02da9a03f2d339dda9eb4ff1161e 2,464 1.00/1.00 vMB 85
579,661 579,661 0000000000000000002317b5e22e1f39acb63e206811324174024eac9885df90 3,214 1.00/1.00 vMB 116
579,660 579,660 0000000000000000000a30d17d89e65d0822d4292858c53b79a17c0751cca2b8 2,365 1.00/1.00 vMB 70
579,659 579,659 00000000000000000019d7adaac5e68a0f72f11c8252aa4fb0f59c08795c9fc5 2,489 1.00/1.00 vMB 84
579,658 579,658 0000000000000000001dae60b65a4cef62734ea3b6a6daedce6974d3401cdec3 2,848 1.00/1.00 vMB 96
579,657 579,657 0000000000000000000d825646706faf32ff07548ff8e3f63b2678cacd0e54f4 2,909 1.00/1.00 vMB 166
579,656 579,656 00000000000000000011f2a6a0760d24883ac2009749491bfeb27c4ead21c108 1,832 1.00/1.00 vMB 78
579,655 579,655 0000000000000000002262841fb5c38fcf5b27331f534a9f70e66ec7baf78442 3,006 1.00/1.00 vMB 95
579,654 579,654 00000000000000000023320c26808a4ff1101119d0e8796c7f562916ece195d1 2,680 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.26 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.