Loading Tool

Explorer IconExplorer

Memory Pool

83,243 transactions
31.56 vMB
0.08637521 BTC
Random Selection Loading Transactions
Max Size: 192.23/200 MB

Candidate Block

Mining Attempt 6a36265a75a5ba7b59f5d087690183aaac43779d4ec5c37ce186a88c264234bb
Version 20000000
Previous Block 000000000000000000015a7ee9281539d48f0ebf8c2030b737ac721a110fec89
Merkle Root 3eb6dfd8f843597f588d5cd055d58e5d2967cc5083b4523e6888447756f127c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,656
Size: 1.00 vMB
Total Fees: 0.01784449 BTC
Feerates: 150.93 > 1.79 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,212 (378,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
536,476 536,476 000000000000000000145d5b69091c40028f187e62daa2fdd192c1e54676aca8 1,656 0.76/1.00 vMB 13
536,475 536,475 000000000000000000273294e1dceeea9b3b316e724eeb355fcd6a06ebacc638 70 0.02/1.00 vMB 7
536,474 536,474 000000000000000000082b9fb7a2d3f3c41bd88ca772a2ad15d7ba53063f8239 2,168 1.00/1.00 vMB 14
536,473 536,473 0000000000000000002366b9fea91e50db7ea1bc33b7b3f073e07af463d4e6bc 1,366 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.76 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: 708.94 GB
    • Received: 16.79 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.