Loading Tool

Explorer IconExplorer

Memory Pool

50,528 transactions
28.88 vMB
0.15139463 BTC
Random Selection Loading Transactions
Max Size: 154.73/200 MB

Candidate Block

Mining Attempt c7fd3aaa1ad993cdaea3187a88871a4a9f98edac518002c5418039a6139ec1cc
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 2fc5ac925be7013be3107b525d3bc2463284245b4a412666ed6be6f1983e80bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.09085329 BTC
Feerates: 301.05 > 9.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (266,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,017 648,017 0000000000000000000359d082b9356ddc20c3b6b10bde19c089fd8ea2520219 1,403 0.70/1.00 vMB 37
648,016 648,016 0000000000000000000a35fa46b80a9b96332bed92731ecb18f7ebbc41613e29 1,344 0.57/1.00 vMB 33
648,015 648,015 00000000000000000005227d023dee33cc72423645fb8a6f4d4ca4214f1e284f 937 0.43/1.00 vMB 46
648,014 648,014 0000000000000000000176ffcef2c36438a68266deca1c8c62c192ca28ab4ea8 1,918 1.00/1.00 vMB 58
648,013 648,013 0000000000000000000b4de94fd54c24d2992cf8019d69d064ab54f50b4f10f5 508 0.16/1.00 vMB 37
648,012 648,012 0000000000000000001021b189eb07f460ab6e308e9c6aeb8cde3bf07442dbc2 1,541 0.64/1.00 vMB 42
648,011 648,011 00000000000000000008b3febc1fc55d7e4292caf8584de681cbb76dc5c23940 639 0.22/1.00 vMB 41
648,010 648,010 000000000000000000097e444d4c98a0e325b0cae0cff6b0a3aed0bdc8bfdf31 1,616 0.58/1.00 vMB 38
648,009 648,009 0000000000000000000a071073f980263da0a57694668a4a3f19335ed5ca0577 1,169 0.49/1.00 vMB 40
648,008 648,008 0000000000000000000771b4ae86324ad70dda6ec7984a0f6fc1f43b36864a77 1,481 0.54/1.00 vMB 42
648,007 648,007 00000000000000000000df13a93d482331aca6424f5019b19fafbae78c9e3298 532 0.24/1.00 vMB 41
648,006 648,006 0000000000000000000700ed0f33f4e75e55b4b2425e14a04e5093a056b6bb7e 989 0.41/1.00 vMB 43
648,005 648,005 0000000000000000000ccf05568701364a147e8b2eda7003dbeb7b0979aa3b28 281 0.25/1.00 vMB 17
648,004 648,004 00000000000000000003ff74e0f4b03dac05df3f06d7e6590c3393e311a18db1 2,631 0.97/1.00 vMB 35
648,003 648,003 00000000000000000003dea8524bb8657409be297739acb8b29462dea9d5fa71 372 0.18/1.00 vMB 34
648,002 648,002 0000000000000000000177e8614758f0338d6645eb1c7a6bb51a101638a5ca9a 826 0.32/1.00 vMB 37
648,001 648,001 0000000000000000000dd98e7aee27b1deefef8f76c675b694df40abac46a143 1,970 0.69/1.00 vMB 21
648,000 648,000 0000000000000000000f1418bf941254bb3413bf571aae9204deedc7fbc9bfa8 2,291 1.00/1.00 vMB 32
647,999 647,999 00000000000000000007e9b14f1837dafdc203f2793ccf787b7c2954e5918e34 2,315 1.00/1.00 vMB 56
647,998 647,998 00000000000000000009622b368000e689c0db74c011499d42d37de679b99a41 1,641 0.59/1.00 vMB 35
647,997 647,997 0000000000000000000bb6c9c15316f3ab61dc3b04e42612c0c108bca6dd71f5 1,662 0.64/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.01 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: 649.65 GB
    • Received: 13.19 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.