Loading Tool

Explorer IconExplorer

Memory Pool

80,698 transactions
29.77 vMB
0.09635246 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 4596f025234d394c9d03438c9c9c6b6f89923108178785e6303b04eb4bb69cc0
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 1352fe949ff11125fc58678c358984040a4152ca6fbfef888e09d8c294dd3ccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,164
Size: 1.00 vMB
Total Fees: 0.03193084 BTC
Feerates: 502.67 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (368,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,454 546,454 0000000000000000000ac52b24701a434ad3c1f23c7e970cf5c49c28db1a19da 2,330 1.00/1.00 vMB 34
546,453 546,453 00000000000000000000743d639e0b6c6e21b77f1ce8b89328f7c9bacd1b3ee4 1,999 1.00/1.00 vMB 7
546,452 546,452 000000000000000000142dc3ed216ff5bf629c45789df035d0db1fa4bceb27e8 1,802 1.00/1.00 vMB 4
546,451 546,451 0000000000000000001a9663940522cc8cd64554b99d5d8339d7f099bb0ba0dc 2,637 1.00/1.00 vMB 12
546,450 546,450 0000000000000000000ad20ba78965d30d4f3e72894f10ce67f5f14609bd1cfb 2,856 1.00/1.00 vMB 19
546,449 546,449 00000000000000000016b555d576da4fbe2a0efaa47f73be2cc737a4f30f133a 1,508 1.00/1.00 vMB 6
546,448 546,448 000000000000000000224ba5c0aa44d802d8fc25089bfe9f09f3abb5affba61c 2,461 1.00/1.00 vMB 16
546,447 546,447 000000000000000000133f2e94d20c1ae2581e81fddad62213a86280ec6b5a26 1,969 1.00/1.00 vMB 6
546,446 546,446 0000000000000000001e652ac9c141a59bbbcb2b9bc46187a3ad85d03df99fff 2,541 1.00/1.00 vMB 9
546,445 546,445 00000000000000000002af973780b1a0315f1ee80ab3fd083d11736532128b72 2,224 1.00/1.00 vMB 11
546,444 546,444 0000000000000000001644cc81e35b1ce9c7d635f5158ce022d2c567f932961a 3,076 1.00/1.00 vMB 27
546,443 546,443 0000000000000000001ca5b37085251fb0e2b621d7ce37793d6080a0763392ec 1,846 1.00/1.00 vMB 8
546,442 546,442 000000000000000000117c0dbdf43e04017a9e5ee671a5976cbfd7795f586f54 2,551 1.00/1.00 vMB 21
546,441 546,441 0000000000000000000acf4366b86f336758649c08dec24b4bd8859ede138358 2,742 1.00/1.00 vMB 26
546,440 546,440 00000000000000000026853a649b469eee12551375df7bcd6577be3accb6ba26 3,116 1.00/1.00 vMB 31
546,439 546,439 00000000000000000010b2e53e0f80b10663bc5c92a842fff9515840b92937ef 2,885 1.00/1.00 vMB 17
546,438 546,438 000000000000000000015de046ef3a7611a5340e54fa5d132c235e26a9f46c34 2,607 1.00/1.00 vMB 13
546,437 546,437 0000000000000000001865edcd1fce2efab92caecfe7ba8163aa325278b86d66 2,536 1.00/1.00 vMB 43
546,436 546,436 0000000000000000000d598715dd031942d1a3079495f92955d6be8a4deed78c 2,691 1.00/1.00 vMB 37
546,435 546,435 00000000000000000014193d7ee62d1fcb17ab0af20f3f2b97b8ac74a084d33b 2,648 1.00/1.00 vMB 11
546,434 546,434 0000000000000000001e9ee0657f848f92cece82a9c91b9b99439f1c82fe83b3 2,810 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.76 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.