Loading Tool

Explorer IconExplorer

Memory Pool

72,334 transactions
28.06 vMB
0.06388598 BTC
Random Selection Loading Transactions
Max Size: 166.27/200 MB

Candidate Block

Mining Attempt 0c53c4c9d1dda43961653b36ac0acd1cba4a8aa2fe11ef9d4cd2336e13e2506e
Version 20000000
Previous Block 000000000000000000012dfd9b3d1cd644eb03bbb76f88638950cd8bd4352cbd
Merkle Root f743df7afe4afe45c688b5022c41510d128b994c2e035397b0da0bfcc4fa3dfd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,309
Size: 1.00 vMB
Total Fees: 0.00783970 BTC
Feerates: 74.59 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,050 (366,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,384 548,384 000000000000000000086ea389e3c0b8c6700798d7da26f393d260d5435002ad 113 0.05/1.00 vMB 7
548,383 548,383 0000000000000000000179c9cfab32a92a36582609548a59ad175fe9489c4e59 189 0.09/1.00 vMB 12
548,382 548,382 0000000000000000001b913eb8157bdb258a6c90a4d06099942a75c762ec4e99 1,892 0.92/1.00 vMB 12
548,381 548,381 0000000000000000000289e2cbfadecb84a91b1832a47473999668a26d30e72b 828 0.50/1.00 vMB 9
548,380 548,380 00000000000000000008ecd4627a6e1b0a8284a08719a423804d7c85f1f59deb 682 0.27/1.00 vMB 11
548,379 548,379 0000000000000000000b0e0b09496190ee0f5fcb212f0bbaa2f613aa4d0fc7b2 341 0.21/1.00 vMB 9
548,378 548,378 00000000000000000011d5fba4b427144a7b3a0dc26bf6d793a78352f394a747 317 0.70/1.00 vMB 2
548,377 548,377 00000000000000000024f23848516a7be1e799bf81e2adae7d454f7722b8955e 884 1.00/1.00 vMB 2
548,376 548,376 0000000000000000000c0119d71b5892d15532e12b7d3fe7600156df8611f0dc 2,138 1.00/1.00 vMB 5
548,375 548,375 000000000000000000251761cd1e8e9a11514f838b970555a4e054ed26c02c88 1,991 1.00/1.00 vMB 9
548,374 548,374 00000000000000000011369fed80666325facff6ce5d0a6e95f980c28fd814f4 3,034 1.00/1.00 vMB 26
548,373 548,373 0000000000000000002352ece5672f53ec7946bf2afdb093ba9803ab7ef32760 3,031 1.00/1.00 vMB 27
548,372 548,372 0000000000000000000a6d28a961f3c5d623b6ed530e6b0dc6de8052f3b02e97 2,662 1.00/1.00 vMB 12
548,371 548,371 00000000000000000025c848c2d27300c9e96f383b3e6f67ea2dd7433d2a064e 2,384 1.00/1.00 vMB 11
548,370 548,370 00000000000000000012105f84c3b3953f4bcc3aa55e486c5dc554e8b51c83b7 2,053 1.00/1.00 vMB 11
548,369 548,369 0000000000000000001116899f1c688177ecf474dc12a722402bbb047b412b51 2,416 1.00/1.00 vMB 7
548,368 548,368 00000000000000000010f83ed4e59188e37d17b304b0eadd57c95b1f54ad643c 1,033 0.46/1.00 vMB 21
548,367 548,367 0000000000000000001ded99f4af41baa0e8948eb5d96d3acdb59cdd6769f319 2,471 1.00/1.00 vMB 15
548,366 548,366 00000000000000000002b05c9ed053e637e95e894f78feb342d28c4dccf6d340 1,212 1.00/1.00 vMB 2
548,365 548,365 00000000000000000024cb19f92201d829f3747735c0e84b4e98677654d9c56f 2,394 1.00/1.00 vMB 11
548,364 548,364 00000000000000000010fc8c547025353f9d7c27776ec93b7680e7e0babed7ff 1,824 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.