Loading Tool

Explorer IconExplorer

Memory Pool

45,679 transactions
28.44 vMB
0.09478312 BTC
Random Selection Loading Transactions
Max Size: 150.14/200 MB

Candidate Block

Mining Attempt 77d82fa81a765247fa8375aff4958b78cfde2bdd0f8acbc01a642e1a0dc866a8
Version 20000000
Previous Block 000000000000000000012fee73eb771c2c43f85376728d2485b24b2da8da81cd
Merkle Root 4be7dbd8904652fd7205b732a6b2641d90160d00c8da5ea69566f59c3f0b3a59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,962
Size: 1.00 vMB
Total Fees: 0.03998107 BTC
Feerates: 150.93 > 4.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,253 (898,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,916 15,916 00000000f289b300847de49af0af9d964336a95d7ac31e0527970b189a8c7e7b 1 0.00/1.00 vMB 0
15,915 15,915 0000000066de60675a5a82efaab0867358bcf5d97898b3675e90b97eff7f528b 1 0.00/1.00 vMB 0
15,914 15,914 000000007b6822bb6d4dee8cfa0b35b0f9a5d2fbdabd13514fb9a55456b2a761 1 0.00/1.00 vMB 0
15,913 15,913 00000000d5cc897e72838500a2410d0cb2e48fa31f16e4f0960953572b14e4ff 1 0.00/1.00 vMB 0
15,912 15,912 0000000069f15fcbccd9dda4e14d63085da1bcee7334246d5cb12bd12d8d2282 1 0.00/1.00 vMB 0
15,911 15,911 000000008a788200000af506fb8e44dc02b76265672c12e4c1abcf44d371c7d6 1 0.00/1.00 vMB 0
15,910 15,910 00000000e7daa193fe6abbc37319d5a4ca9304232e88d18d5766ada94815ef20 1 0.00/1.00 vMB 0
15,909 15,909 000000001e0e5a49aba5f0eda88108fac533b73b89ce861f856f1be7191c5ec4 1 0.00/1.00 vMB 0
15,908 15,908 00000000672cdf11810e6d6cf953ae239f55966c5063020c22750288a76a7747 1 0.00/1.00 vMB 0
15,907 15,907 00000000405ed63a43287eb021121429b3d300e3c08ff87a76ec535649fa6595 1 0.00/1.00 vMB 0
15,906 15,906 000000008c446c23b77b9139f0a6818620b67713a55e99fa43bd7f0c9440defa 1 0.00/1.00 vMB 0
15,905 15,905 000000005ebfbf66237c6b8e3b97937979655192fb0897776a81445e9c461e3b 1 0.00/1.00 vMB 0
15,904 15,904 000000007cd334742351f72799b933d5dcaef611018576d9744ec770af9865f3 1 0.00/1.00 vMB 0
15,903 15,903 000000005345da4636085c4b6ebca5bfa501df7f1d14f18f726310651a6419e1 1 0.00/1.00 vMB 0
15,902 15,902 00000000f025f71eb4d9768b1d8788d4f863c460df800dd3404d00f2d2230e8f 1 0.00/1.00 vMB 0
15,901 15,901 00000000f86cd50356e5263d96602512f89b103af8e6573255008dc193ceed4b 1 0.00/1.00 vMB 0
15,900 15,900 0000000038b78182f7e60d5900749f143c4c33b6f09081e2cbd125f63ab4c5be 1 0.00/1.00 vMB 0
15,899 15,899 00000000f094f67a0491f9ce2b883a0b0dee35064cef85a3f55d7d18d4b17c9f 1 0.00/1.00 vMB 0
15,898 15,898 00000000c50758ecbbb24564d022f9e36a9bddabcd4a9331170c1b6dc07c905b 1 0.00/1.00 vMB 0
15,897 15,897 00000000560e7434828dbe5d50ef2c94dcd9f3259840f4ec45d3f6230ddf8b6f 1 0.00/1.00 vMB 0
15,896 15,896 00000000da98254b61c91058a35d644857aba84ec51ecf63f522f8faf016a2ec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.04 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: 576.89 GB
    • Received: 8.56 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.