Loading Tool

Explorer IconExplorer

Memory Pool

88,281 transactions
32.16 vMB
0.13621272 BTC
Random Selection Loading Transactions
Max Size: 194.91/200 MB

Candidate Block

Mining Attempt 00179f0bbc6821c558e859799acf59f89d2e4227493337cedaff3dc5f0f1048d
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root 91d180d64ffbcbb7ebc5e0eb9cdd20bf533e036f6efa0a1c75faaa0dc69e1728
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,940
Size: 1.00 vMB
Total Fees: 0.05025960 BTC
Feerates: 101.65 > 5.04 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (362,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,077 552,077 0000000000000000001d4d70afe95d407824721092284561d35e0cab2033433d 2,025 1.00/1.00 vMB 20
552,076 552,076 00000000000000000008318faa8be74880eff9ecbb8a762044bc6a6523c3b83e 2,020 1.00/1.00 vMB 20
552,075 552,075 00000000000000000007a549e8dfe1f05095d289c54600978725bc0392b57d1a 2,208 1.00/1.00 vMB 20
552,074 552,074 00000000000000000017ec18f749921853c845cae5383e5cfe47d85b3dfed3f5 2,728 1.00/1.00 vMB 42
552,073 552,073 0000000000000000000eb936788c7b163da99aa8d48dd4bf5b7cbd7537ae3ba9 2,498 1.00/1.00 vMB 38
552,072 552,072 0000000000000000000a477d98a6856f874d7f5515a4f238c155d7e418a41950 2,099 1.00/1.00 vMB 24
552,071 552,071 00000000000000000020c0ab2ef815dd9bf564f756aef0cc6998a38b1c7cdfaf 2,831 1.00/1.00 vMB 34
552,070 552,070 000000000000000000076d8423626afe2bfe5933c08f98eaa70f89fbfab8b324 2,143 1.00/1.00 vMB 36
552,069 552,069 000000000000000000158d4db5b61f11029af530facde292f275bb43c0fa21d6 2,606 1.00/1.00 vMB 55
552,068 552,068 000000000000000000296625643116b37605bd7ccd683c1a28b88b228bdff5ae 2,437 1.00/1.00 vMB 65
552,067 552,067 000000000000000000281074a11d10f01733c707c421c9714231c3856d4d0e9b 2,695 1.00/1.00 vMB 31
552,066 552,066 0000000000000000000c795960d40ef9547f9da0b1db8cf38ad5d0ca3528b76b 3,056 1.00/1.00 vMB 58
552,065 552,065 000000000000000000118b829fb0792c6767b53d7dd97d40ae4a5b5bd27b30bf 2,343 1.00/1.00 vMB 29
552,064 552,064 000000000000000000270909d429090ae08e2ff14df338d0894124d2e5c3e6bc 2,927 1.00/1.00 vMB 52
552,063 552,063 00000000000000000018fdd8cd00d79fd904d867f46ac8e9250a0cf7dfcebbdd 3,121 1.00/1.00 vMB 49
552,062 552,062 0000000000000000001068b21b0d4614abcde178bf7f0e59a014da3faafff957 2,693 1.00/1.00 vMB 61
552,061 552,061 0000000000000000001fa9fdbc0e16fe96c83fd2066acf1b7a2978c942762537 3,097 1.00/1.00 vMB 64
552,060 552,060 0000000000000000001bb660cf09287b93fe38e023abf22b6db775b25aebf9b3 1,888 1.00/1.00 vMB 34
552,059 552,059 0000000000000000000efb32b030dba07fde13b111cf3f1c3cc5f9f85d990c7d 2,625 1.00/1.00 vMB 38
552,058 552,058 0000000000000000000eef5f3fca13afafa944b2fa3cb3ebb206a8c4871771c9 2,496 1.00/1.00 vMB 49
552,057 552,057 000000000000000000282f529f8daf5a0fb274b30bac70bd052eafb19db1a243 2,676 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.52 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.91 GB
    • Received: 15.64 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.