Loading Tool

Explorer IconExplorer

Memory Pool

81,797 transactions
30.54 vMB
0.07460375 BTC
Random Selection Loading Transactions
Max Size: 187.98/200 MB

Candidate Block

Mining Attempt 0f1eca5c3a28b5aa705135ed5e29108d1b5e2205adcd8dfe2c64a240850ce8f3
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 34bac8845b88ba2af2a87f0bddfc8bdb033c4d074cb79445851b945a7d0bcd78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.00636724 BTC
Feerates: 44.64 > 0.64 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (378,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,502 536,502 00000000000000000026e2da9cf35987f5a7b56dfeb6ac1f007c4a2785a9d600 2,899 0.92/1.00 vMB 13
536,501 536,501 0000000000000000001b4ee706475706ca0f78d390a95558dde7fa159a7296ea 353 0.20/1.00 vMB 46
536,500 536,500 00000000000000000001023e24c601d6086e125cb601de6bece79f631e0b59ed 255 0.11/1.00 vMB 12
536,499 536,499 00000000000000000024f13addb897981afcfecfe80d27640f40b1cd8e59be9a 203 0.07/1.00 vMB 21
536,498 536,498 0000000000000000002ae68985878d2b5780c2c1dd6dbd9493e58751c2c05ea2 1,745 0.62/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 782.79 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: 709.80 GB
    • Received: 16.99 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.