Loading Tool

Explorer IconExplorer

Memory Pool

81,569 transactions
31.23 vMB
0.07759470 BTC
Random Selection Loading Transactions
Max Size: 190.02/200 MB

Candidate Block

Mining Attempt 96d82de787bb2b7de1a47c96a0e3cfe06b04dc63ceb356f6373591b751ed7e54
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 921e8afab20d58c0081b057c43827da5c4f4bdc569f73d4e8fe8d0f604f779d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.01001024 BTC
Feerates: 100.37 > 1.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (255,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,364 659,364 000000000000000000091e7a7c17b108a7c3d82c5d299d0012cfcdff70890f64 2,732 1.00/1.00 vMB 93
659,363 659,363 00000000000000000002341b30f96f86c444809dda6900a78b02b76b6eab13d8 2,330 1.00/1.00 vMB 89
659,362 659,362 0000000000000000000ad1b5b85c93d626123d1da381b6a67ba2589d115350b0 2,687 1.00/1.00 vMB 78
659,361 659,361 000000000000000000060c983b4872dbaf7ed226dd32ce718438cc5dff73cf72 2,341 1.00/1.00 vMB 87
659,360 659,360 0000000000000000000e7af174376897c75aa9b660e23b7d9840c4f721d8b2f5 2,569 1.00/1.00 vMB 58
659,359 659,359 00000000000000000005d50533d3c8607e0a9f6a26aca76bd87d1e8ef427beb6 1,767 1.00/1.00 vMB 50
659,358 659,358 00000000000000000000b95fc8f484d2cd43df0fe4f586aaa615325bad218cf4 2,075 1.00/1.00 vMB 57
659,357 659,357 0000000000000000000c61d52d0f37925bec2d2fac42d5e75c24467ad18f4957 2,326 1.00/1.00 vMB 74
659,356 659,356 000000000000000000083942a83f8cc7283a4161fe9e693cd02f33f69cf1085f 2,731 1.00/1.00 vMB 72
659,355 659,355 0000000000000000000a2ee9594c914ee12ebee2025ff8247a91dbc8f4f58c78 2,531 1.00/1.00 vMB 72
659,354 659,354 0000000000000000000a4c776a7e0c68f2c94310c0e8209902fec4630135fdd6 1,596 1.00/1.00 vMB 46
659,353 659,353 00000000000000000003e6b66d25b06b55cfd7e97571834fe4d86f839a1a3c13 1,805 1.00/1.00 vMB 62
659,352 659,352 000000000000000000063a791a848bb6c871296e1742e0e7d520ccf914871d08 3,000 1.00/1.00 vMB 57
659,351 659,351 00000000000000000004843018dcbd39002a594b94587d8a77cf217cd3ed23f3 2,849 1.00/1.00 vMB 87
659,350 659,350 00000000000000000004ded9fa2042e061b0db19b027611d3a9dc2418da98064 2,313 1.00/1.00 vMB 16
659,349 659,349 0000000000000000000b0cff9df87e2dd519567d2356fa74d1305d10b60a14b5 1,926 1.00/1.00 vMB 51
659,348 659,348 0000000000000000000297f03fae0441eff0597ee1503273f30328f83eee8c8c 2,984 1.00/1.00 vMB 45
659,347 659,347 0000000000000000000ba6b240d3b0a18120326b5fe413f01dc96e052ad97c76 2,522 1.00/1.00 vMB 41
659,346 659,346 0000000000000000000518dea7441cb4a4b5b79d47087fc6d67ff291c3badb1a 2,253 1.00/1.00 vMB 25
659,345 659,345 0000000000000000000796f642bc333eee67c15ec0f586c686948771bba0415c 1,753 1.00/1.00 vMB 11
659,344 659,344 000000000000000000024f48f491426e055015115732f228a2a668433fcc2df0 2,620 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.73 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: 707.88 GB
    • Received: 16.71 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.