Loading Tool

Explorer IconExplorer

Memory Pool

44,194 transactions
27.36 vMB
0.08051755 BTC
Random Selection Loading Transactions
Max Size: 142.84/200 MB

Candidate Block

Mining Attempt 01a7e162c2335350e185692e85daa6cc8e7ff3524ab20fe3570fb9a5873cb0d2
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root e58929cfdf1238f1ec0e4076f44904b966118e37175d8b55e561ab26a843e881
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,422
Size: 1.00 vMB
Total Fees: 0.02707746 BTC
Feerates: 150.77 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (530,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,717 384,717 000000000000000006fcacdb6f28685bbdf2987179cc704c776a9713cd80929d 400 0.25/1.00 vMB 22
384,716 384,716 00000000000000000914bb429a925b907b7c13cc564189feae38b976a55be8a1 301 0.14/1.00 vMB 36
384,715 384,715 000000000000000002b959483faaa9d7eabeab48fc4574c0f3abdc4be0bfd796 1,056 0.64/1.00 vMB 31
384,714 384,714 000000000000000005c889b06f93c13d0390fea0412a47b5e2e6f7639aa94e79 127 0.05/1.00 vMB 37
384,713 384,713 0000000000000000060fb42219096d97700d4e723dd4ea31b030a4f52e38437a 420 0.24/1.00 vMB 23
384,712 384,712 0000000000000000012ae30ab8f2074119e28db3c0617ac2c7d8d16b688f7a28 291 0.13/1.00 vMB 35
384,711 384,711 00000000000000000cb0b09d34b17f53b410656e1c37d0895caf18d478bf5c5c 1,643 0.73/1.00 vMB 33
384,710 384,710 00000000000000000a4f59072f7a69811be9c2c6c5556c58c2a9071d7eb2adaf 458 0.24/1.00 vMB 36
384,709 384,709 00000000000000000ab4f13a28620f6ccb07b27047a785c24723d7d481ef004a 129 0.09/1.00 vMB 21
384,708 384,708 00000000000000000b388c2fe5dc90b87a696b7b398cd4c51f6375fbd278c0bf 474 0.20/1.00 vMB 37
384,707 384,707 0000000000000000106e63df0368786a9a1e8f31ddc6f5d6562313deaff61ffb 522 0.23/1.00 vMB 34
384,706 384,706 00000000000000000bcf3e6f7580c8cddcef9bcc460447fcca368c41c5b2a724 1,190 0.55/1.00 vMB 36
384,705 384,705 000000000000000001da84b1e1c3ce89af70960989397061eadeb4596444d7ca 568 0.26/1.00 vMB 31
384,704 384,704 000000000000000003e05e3f3f064beaada247e670f02058a9bd921dbdf8d47e 1,147 0.56/1.00 vMB 32
384,703 384,703 000000000000000009a78b606d35f0c0ad4b83dd9da1a62ebe89ef62222fd93b 1,936 0.81/1.00 vMB 37
384,702 384,702 0000000000000000003d61fb73b016870bd3768606c1c5280b0cb3b82f29df9a 764 0.43/1.00 vMB 30
384,701 384,701 0000000000000000100a497a2cbd148798428e87e017f6ebfa15e87aa1f4d75d 1,037 0.44/1.00 vMB 39
384,700 384,700 0000000000000000105b3d16f72df95f6cf54fad6992c50ee0b3aa32384f3bc8 299 0.16/1.00 vMB 27
384,699 384,699 000000000000000009847fbda10436c09dff63eef3acb75885d245d80a6e20ac 477 0.25/1.00 vMB 36
384,698 384,698 00000000000000000e10702b7befe04e9220928d6ddc476dd77df933d8d46bbb 592 0.28/1.00 vMB 31
384,697 384,697 00000000000000000778600e9dd931b4aba09e7b27753df1372ae5a2f7cf1607 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 14.00 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.