Loading Tool

Explorer IconExplorer

Memory Pool

79,356 transactions
29.82 vMB
0.11301919 BTC
Random Selection Loading Transactions
Max Size: 178.68/200 MB

Candidate Block

Mining Attempt 8ab7b4ecc3ce23f62a3387df6a7291c3e08b69798dfffb441d43910349f799da
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root ee6fbb4890bd561eb4dbd11ce1fa3f2c713cee1352f905fb1c9dcf1b5a8572e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02741885 BTC
Feerates: 150.74 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (328,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,892 586,892 0000000000000000001595b7ebb2b7292766b76a0c3907c80960ab1db85f9cfc 2,817 1.00/1.00 vMB 71
586,891 586,891 0000000000000000001dde58712fd093b8bf5eef9bf27c577553f136e7865294 2,207 1.00/1.00 vMB 52
586,890 586,890 0000000000000000000c534e331a3c0725594a966736ff6d3ca4f1be5358e6d1 3,346 1.00/1.00 vMB 47
586,889 586,889 00000000000000000001c0aced15902815f5b4a231733e2a89dd01c96cef19ad 2,832 1.00/1.00 vMB 81
586,888 586,888 0000000000000000000fb20b423be72111e8fbbbd5f0319c1a6e554eb7b9567b 3,252 1.00/1.00 vMB 64
586,887 586,887 00000000000000000009400493ff30b62f7bf9fe750d3b694016bc2461727d15 1,212 1.00/1.00 vMB 18
586,886 586,886 000000000000000000041a98fcc86c5d4e631e1e7fbdba568b14c28ac3cd851d 3,160 1.00/1.00 vMB 45
586,885 586,885 0000000000000000000b587c0048082737f2b526439d157126432b2a90d0a0f5 2,939 1.00/1.00 vMB 42
586,884 586,884 000000000000000000090b73168c0e3571a56a48b6418050bb78ba952d78ec50 2,582 1.00/1.00 vMB 24
586,883 586,883 0000000000000000000ea0fe57abdff537c7f70089b3aefd879eeb229ddeb0d9 2,557 1.00/1.00 vMB 43
586,882 586,882 00000000000000000016396b3f54868acbf48127bd0b5eb6d92ba1206f380a1c 3,356 1.00/1.00 vMB 67
586,881 586,881 00000000000000000017839f97acd2b2e3210da6f20d1bc4ca0e56d389a648b5 3,237 1.00/1.00 vMB 47
586,880 586,880 00000000000000000008ac2db75419da0b3ff78e1127c9bc22cfae327179a4fe 2,624 1.00/1.00 vMB 54
586,879 586,879 000000000000000000126176f33a0df200768e5925fb64f615fec88890aae96a 2,384 1.00/1.00 vMB 69
586,878 586,878 000000000000000000160c6867d50f1100e24ee129bdbd57074f37cb1a9ce6ab 2,969 1.00/1.00 vMB 46
586,877 586,877 000000000000000000052a8871cde304af8e1865197ddb2871f3ac16113dc558 3,137 1.00/1.00 vMB 43
586,876 586,876 0000000000000000000b384952a62a717341c015c419bec1073a346ff0ac65b6 1,564 1.00/1.00 vMB 30
586,875 586,875 0000000000000000001e653da3ceea42fee143a77a49216ba1d363571fb60ad4 2,466 1.00/1.00 vMB 32
586,874 586,874 00000000000000000001f6a225613cb795ffbb6d7385c0027934f603656616b6 2,942 1.00/1.00 vMB 59
586,873 586,873 0000000000000000000e1ad8f125c3dc10ccc3386d2aca02d943bb5b556bf572 2,309 1.00/1.00 vMB 33
586,872 586,872 00000000000000000011b6e6fa72263b0fbebc425c0c151da7cad86769460f54 2,804 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.91 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: 714.02 GB
    • Received: 17.50 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.