Loading Tool

Explorer IconExplorer

Memory Pool

88,989 transactions
33.44 vMB
0.08464842 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 3ea5e7c5e9fff53bd1e1c26406d2c6a3e4965e6a3ac79b58e332a17d5ebafa76
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 9177f1b05279791ea82de34dfeff311eff362d8cef7b695c929b11d5b571a00f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,680
Size: 1.00 vMB
Total Fees: 0.01808135 BTC
Feerates: 502.65 > 1.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (359,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,439 555,439 000000000000000000253642bbf6922d6930da2d53dff15008e6497e56eef097 1,018 0.42/1.00 vMB 15
555,438 555,438 0000000000000000001f709887f3c892dd734f8492c8d82d8d1f1a4d7df6e39e 1,045 0.40/1.00 vMB 13
555,437 555,437 0000000000000000001c898fb015496210d8fc5aa74c5daf93808b652c0e7e52 2,456 1.00/1.00 vMB 17
555,436 555,436 00000000000000000012f6b410a974227f78ce066b856577754598f5124595bc 1,232 0.70/1.00 vMB 7
555,435 555,435 0000000000000000003260057abf4fb2fe98df4dc34c242ff756464dab682e7e 3,103 1.00/1.00 vMB 12
555,434 555,434 000000000000000000356185fecbbf1b4b99700066b0181b87b4baf3ae56a784 2,481 1.00/1.00 vMB 24
555,433 555,433 0000000000000000001835b56c847f37b5fc6c05621f8e1a2099c4e97003917c 1,279 0.86/1.00 vMB 6
555,432 555,432 0000000000000000000d73350b10db99d780397c361d201b1757bf9b49f60068 3,303 1.00/1.00 vMB 8
555,431 555,431 000000000000000000006ba009465b58d64896c108b8159efa2b5b0b55ceb11b 368 0.13/1.00 vMB 32
555,430 555,430 0000000000000000001d7afda469fbca801e38630cc357680e56417b9f0fbada 2,906 1.00/1.00 vMB 37
555,429 555,429 00000000000000000016119f1791cac415d7752605fee394ba941d51581ede16 598 0.73/1.00 vMB 1
555,428 555,428 0000000000000000002e5ee0cf53f2b6b4a4df05d7a16798393ac6e8fd3d354c 3,033 1.00/1.00 vMB 3
555,427 555,427 0000000000000000001556d5c573fe745fbd1908e6c66e1b4a1cd7795844ab8a 2,722 1.00/1.00 vMB 36
555,426 555,426 0000000000000000001334e12ee8bde197100be5b615b860b2eaa38280a9f9e8 1,396 1.00/1.00 vMB 12
555,425 555,425 000000000000000000251ebb9d61ec9720bc563aaa51b0d1a59562cecad311da 1,345 1.00/1.00 vMB 8
555,424 555,424 000000000000000000287bd1ffb8b6b4fbae7727c42e7f778a4f97b6bbc978a1 1,794 1.00/1.00 vMB 15
555,423 555,423 000000000000000000314bc23ec2fb5cf71314d11c7ef0b461d02462e690eb01 2,660 1.00/1.00 vMB 25
555,422 555,422 0000000000000000000293dbcd292e90ba10a9444c7ab8ec9217e7860e7d6a0f 2,388 1.00/1.00 vMB 29
555,421 555,421 0000000000000000002d4d62cfa2b744f6111c7c2acc640f80d515cc8af7404b 1,714 1.00/1.00 vMB 51
555,420 555,420 000000000000000000290fdee8fb1ca8e5208a7dda94e0f1f9eac16f66459451 743 1.00/1.00 vMB 50
555,419 555,419 0000000000000000001e1d7bd9210af50349b550d73aab2cf760e0cdae92fd47 840 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.29 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: 657.25 GB
    • Received: 14.51 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.