Loading Tool

Explorer IconExplorer

Memory Pool

50,599 transactions
30.31 vMB
0.12698303 BTC
Random Selection Loading Transactions
Max Size: 162.34/200 MB

Candidate Block

Mining Attempt 830637d2a21157790357437b8c221466a69d2d4375a2a6f5ffa1f8c2cd3fda5b
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 130e37302e1ca179c4d8bcc5fa5f875083d89af411c6eb064b7858f526c155cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,912
Size: 1.00 vMB
Total Fees: 0.05388216 BTC
Feerates: 150.75 > 5.40 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (473,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,899 440,899 0000000000000000036b63b3c19d99b5e1b99d8f27f95e00fca4d39a9aa46826 287 0.96/1.00 vMB 16
440,898 440,898 000000000000000003448f81ade40ccac983b7453fa13af8bc7833149f310d4e 833 0.98/1.00 vMB 36
440,897 440,897 0000000000000000001eeb473bf286c9b24d95e85531f97f99bfd3da43b8f7bb 1,001 0.99/1.00 vMB 43
440,896 440,896 000000000000000000a519b74be3b09a54b15d59c0cb176384bc3a7155d4a3a3 840 0.75/1.00 vMB 36
440,895 440,895 000000000000000003a49c9e50a739f14d2371b637978ca3dfc7476ea4edf293 1,689 1.00/1.00 vMB 51
440,894 440,894 000000000000000001b708b542b8906509fb290933d6422b19ca21c921ce6383 1,979 1.00/1.00 vMB 44
440,893 440,893 000000000000000003a9f336a0129d99dc65672e09f35235c708548b945cc5b5 1,630 1.00/1.00 vMB 61
440,892 440,892 000000000000000000df78cf45fe81eeee452fbedc1e84551095c20a41ab2cbd 1,977 0.75/1.00 vMB 96
440,891 440,891 000000000000000002c47eb0429ac44b6b2077614b4d4e1c1f7af2dbbcb06e95 1,978 1.00/1.00 vMB 61
440,890 440,890 0000000000000000007378d08a89f9050b1c8a7cfe19f256b27b00590bb74b09 1,925 1.00/1.00 vMB 80
440,889 440,889 00000000000000000247f50787f1a6ea1a23db32c41be223ff6b4410646b722a 2,359 1.00/1.00 vMB 83
440,888 440,888 000000000000000002681f33ddf64fe70124d5ddec14dae7af5e7fb82e93fafa 3,029 1.00/1.00 vMB 70
440,887 440,887 000000000000000001a6174443b4c342dffa16e7581c290d21ee66f9ff7c8ee3 2,614 1.00/1.00 vMB 98
440,886 440,886 000000000000000000989208f2110b691f138972a9936f51f60e2e484354d985 2,114 1.00/1.00 vMB 88
440,885 440,885 000000000000000003c4a72b76bddd27cc3658f3141f438e1977d118d85058a1 2,687 1.00/1.00 vMB 108
440,884 440,884 000000000000000002ba580cfdffa70c5fdf970ae276be94aefcec7f34bb369d 1,931 1.00/1.00 vMB 78
440,883 440,883 0000000000000000026a916d00d6b775640fcd3888110a59f25c268e4d1d6d50 2,395 1.00/1.00 vMB 72
440,882 440,882 0000000000000000027b5d531a615238637df7039e82c4026c25ca4f650d6e3d 2,160 1.00/1.00 vMB 89
440,881 440,881 0000000000000000011caf9685ee01157ac2f5b0ab99765b3eea2e32de281e21 2,515 1.00/1.00 vMB 99
440,880 440,880 000000000000000003c7f758a7e5ad78ccfb9551b308f7c059411a414fd1758a 2,330 1.00/1.00 vMB 79
440,879 440,879 000000000000000001d3a2f999e1d77b82cf163dcb9f1426a3205e5657b52caf 2,629 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.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.