Loading Tool

Explorer IconExplorer

Memory Pool

76,805 transactions
28.54 vMB
0.08580476 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt baf8fb176402eb69eff5b82f81b1ba3ad170e8bca523030c3497727e4e4ad381
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 75e75d15ac353bafbf072f933b3c20148645a61311584cbb4dc29cf37665a5ff
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,802
Size: 1.00 vMB
Total Fees: 0.02097527 BTC
Feerates: 56.81 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (507,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,583 407,583 0000000000000000008025bf8c61e162ce9275a42991999485ba962c19b2c0b6 87 0.42/1.00 vMB 9
407,582 407,582 0000000000000000029974f99251eff8321b7843ca662fce9e491dda39bf8cd1 552 1.00/1.00 vMB 14
407,581 407,581 0000000000000000041ad6b6ca635dbe37afec3395f0bcc4b8489591e48574dd 1,663 1.00/1.00 vMB 42
407,580 407,580 0000000000000000032a397be2dc6c9178e3ff5207c7a31fed8340101085f1ba 591 1.00/1.00 vMB 14
407,579 407,579 00000000000000000221d38ac5bb90af5fb57a9b6878a11e6c809c3d7fd3b833 1,770 1.00/1.00 vMB 36
407,578 407,578 000000000000000005f551dd7b8535c9555f1145ab555f129f70e53beaf92f87 1,670 1.00/1.00 vMB 29
407,577 407,577 000000000000000001f33b9afd34bb0830d18b472828b2bf049c9fcaa8245322 3,177 1.00/1.00 vMB 72
407,576 407,576 000000000000000004101aae527b2eabc04c501c8f94462b074a819659636cb2 1,193 1.00/1.00 vMB 26
407,575 407,575 0000000000000000004bf643406fe328e3fbc0154730f2a15349acc380477b73 2,137 0.99/1.00 vMB 45
407,574 407,574 000000000000000005d53497b4c52365e8ae9d77e6eab958b89e65b790ddf7d0 3,068 0.99/1.00 vMB 55
407,573 407,573 000000000000000001d2b2329141b1cb7d4a7a7f822b2745661505bac46f91dd 2,024 0.95/1.00 vMB 35
407,572 407,572 00000000000000000050062fc84a5e025efb4fe2f5e2ec4f0e5cf17919ecd4e6 376 0.21/1.00 vMB 37
407,571 407,571 0000000000000000042511a72e31c85cb1c8f1c2bbac33f1e564705134113cc4 361 0.35/1.00 vMB 21
407,570 407,570 00000000000000000113f8363b072d633735dc78a7107ccfb444acd20ceb3163 12 0.00/1.00 vMB 74
407,569 407,569 000000000000000001a10ff7b0606deab839416770fef30c014c749ba3d85c17 2,083 1.00/1.00 vMB 36
407,568 407,568 0000000000000000058325f4a47cba48fb531934b5f44b1e93a9af6bdfc997c7 1,918 1.00/1.00 vMB 33
407,567 407,567 0000000000000000048322c7bd6ce6a7396c978e3b1aeb121a5f2ba53c6ca9d7 2,829 0.99/1.00 vMB 46
407,566 407,566 00000000000000000052be458f4f8f725c9e7f5bbad1daeac17a4bb9efce6c09 475 0.19/1.00 vMB 36
407,565 407,565 0000000000000000026e3475c4e6693feedc24c58bee9e31a42f74c361c01ff7 1,651 0.74/1.00 vMB 38
407,564 407,564 0000000000000000038e4c5ca33e187eb1005aec8c1bb3e31b5e7bceaed67e63 1,114 0.75/1.00 vMB 23
407,563 407,563 0000000000000000037613d138334831d9eccb513c4df88e40e54ae94c6f6c94 1,938 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.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.