Loading Tool

Explorer IconExplorer

Memory Pool

81,069 transactions
30.68 vMB
0.15223093 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 566b8921f9426cc9555e274b4d16ffe272961ba4b4df7f8863be4bbb8ba062cb
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 3c66271dca834eb5a7eaa2bf13d3134415c28ddbdf726f1b8eb03c7b063bae6e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,223
Size: 1.00 vMB
Total Fees: 0.05344979 BTC
Feerates: 673.02 > 5.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (378,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,497 536,497 000000000000000000153d229a244c38c2eaa2b586148e8b8b3174ded5f48e04 434 0.22/1.00 vMB 40
536,496 536,496 000000000000000000093b2cdb947ef61f3896177acb9c71da76cbae429cf1a7 403 0.19/1.00 vMB 15
536,495 536,495 00000000000000000021ac8f692ce6c4861becba8daf1d4c1933dd3532ab34a4 1,537 0.68/1.00 vMB 21
536,494 536,494 00000000000000000009e340697c92439c4e5f9439e6d57f7fcedd80a6444d46 163 0.14/1.00 vMB 2
536,493 536,493 0000000000000000000b4c3b5f762fb68656c3724824c297d6cc6a38388beed4 2,708 1.00/1.00 vMB 12
536,492 536,492 00000000000000000002391cc13baa8e55daa89d43c8dd9d9cc33b7f37eb89fc 2,611 1.00/1.00 vMB 13
536,491 536,491 0000000000000000000f1055927c0b47f7a4bbada95c9075eebb7db435c4b9cb 2,352 1.00/1.00 vMB 20
536,490 536,490 0000000000000000001b2d9b732ba6bd4dd4e28c4b4ed0ee3538da54cf2959fe 1,329 0.73/1.00 vMB 6
536,489 536,489 0000000000000000001affe02f33b8ae250ede41f2f6834f7636395f919f9120 2,125 1.00/1.00 vMB 5
536,488 536,488 0000000000000000001a99660c09ce1bbd0f0b2af1b31dd99dbf3443060690f1 1,754 1.00/1.00 vMB 8
536,487 536,487 00000000000000000014d7bbcd10c5d864561ed207b1daa8e4fd10955632dee1 2,201 1.00/1.00 vMB 33
536,486 536,486 000000000000000000041302a5c5d322d6cd46f74cfb9e6d460b832bad920433 257 0.10/1.00 vMB 25
536,485 536,485 0000000000000000001c72ae06c16416194a4cd6f7a9e4f4200a054a82980028 2,677 0.96/1.00 vMB 11
536,484 536,484 0000000000000000001f8002c02480604217da3ec2e9027772b40f87c0f0fbce 299 0.19/1.00 vMB 34
536,483 536,483 0000000000000000001e2dbadec0c2bc516785e554e0dc919c5c28a86f37890e 108 0.04/1.00 vMB 6
536,482 536,482 00000000000000000014a691f709f7121914ac06aee999a9da9822543bb38683 141 0.05/1.00 vMB 7
536,481 536,481 00000000000000000026ea0cceb94dd2345ae23f0530c5af2f4dc5456334aedc 473 0.28/1.00 vMB 7
536,480 536,480 0000000000000000001114ad4082f45b55996486b106397eb560a1e32c481f94 1,020 0.41/1.00 vMB 17
536,479 536,479 0000000000000000000f24f02262a4e97347e16c489e14f97981498a466d73a6 1,181 0.56/1.00 vMB 13
536,478 536,478 00000000000000000012bee8218d15b7af1c5528d2f6edf62a355fd7826ed39c 1,019 0.51/1.00 vMB 29
536,477 536,477 000000000000000000139e253c9e1ecf9aab93c92e3f5bef3f9e3ed1512e27d4 1,131 0.39/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.86 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: 713.06 GB
    • Received: 17.29 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.