Loading Tool

Explorer IconExplorer

Memory Pool

77,316 transactions
29.87 vMB
0.10413391 BTC
Random Selection Loading Transactions
Max Size: 178.49/200 MB

Candidate Block

Mining Attempt 452497073a586353e5e0753c73cc2b9c342532acd6985a83145edf70eea216d1
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 91b19c297029ab959ca54a23a03f471c4e3df5869deccb725b99b41800259b5d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 807
Size: 1.00 vMB
Total Fees: 0.02219510 BTC
Feerates: 20.13 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (136,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,462 778,462 00000000000000000002c676992d77c49e28d00a604c9743e152f00a6231cd12 1,842 1.00/1.00 vMB 13
778,461 778,461 0000000000000000000416cf684f766ea5cd269524a73ccd1fa1f97da66a4eb8 356 0.36/1.00 vMB 5
778,460 778,460 000000000000000000031e6393ca17ca2d933c6800f4fd4ecb89c33f7e674205 1,098 0.99/1.00 vMB 5
778,459 778,459 00000000000000000001bf9aeac56a53712adaf84436dc3c031a72ea2a546172 1,703 1.00/1.00 vMB 16
778,458 778,458 00000000000000000005976de67ed7061bb3197821d4147995f855d2ef03fb7c 388 0.12/1.00 vMB 11
778,457 778,457 00000000000000000000d75c526d61fcaf89d224908f6c8fbfb8319600567049 1,788 0.77/1.00 vMB 10
778,456 778,456 00000000000000000000b36537f12b045fbb14e88e8a52d2a379d1c40efe10be 1,028 0.55/1.00 vMB 7
778,455 778,455 000000000000000000065cd73414cdd59fe3c2f9100aad1ae4ffd2e6619a8c89 999 0.49/1.00 vMB 9
778,454 778,454 00000000000000000003a12c93e079cb6eb45e31b8a8bc534198e71e0a5ff991 938 0.96/1.00 vMB 3
778,453 778,453 000000000000000000020267464da738031e79d02fba39249735e15057195749 2,819 1.00/1.00 vMB 16
778,452 778,452 000000000000000000032410c27da3034989c90458fc51644daaf2f964a29a61 2,237 0.99/1.00 vMB 12
778,451 778,451 00000000000000000006189bbbbc6b8609147e7015676094b19c8eeb5e22662d 1,126 0.57/1.00 vMB 11
778,450 778,450 00000000000000000003906d16361955ec8806a960640b6ef435ce562608cf59 217 0.29/1.00 vMB 2
778,449 778,449 0000000000000000000654abaf81f47939024219f97c3b485fcf3a805e78f84a 1,682 1.00/1.00 vMB 11
778,448 778,448 00000000000000000005b4aaa81da70aa2c30b18060a93caebadced45499acd2 1 0.00/1.00 vMB 0
778,447 778,447 0000000000000000000513fc48887ec15099bb507372e2a0c23f070ec66f6109 1,296 1.00/1.00 vMB 5
778,446 778,446 0000000000000000000230f4ca769d43b51f1425361345625d7efde927775534 1,409 1.00/1.00 vMB 7
778,445 778,445 0000000000000000000159d528fad36276f52b32370f06ddcdfad89d8ed7982d 1,886 1.00/1.00 vMB 20
778,444 778,444 00000000000000000001e0f9555cb66757518bc27512ce54a41c9e699823fe1b 119 0.87/1.00 vMB 1
778,443 778,443 000000000000000000000811d9abb86ef158911ecd167b56d9c50f393d2d2ff3 1,669 1.00/1.00 vMB 7
778,442 778,442 00000000000000000000f273198be3aa7cec7949ade70ab566198b9fbf1001ad 2,392 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.87 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.