Loading Tool

Explorer IconExplorer

Memory Pool

2,544 transactions (0.79 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.64/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,311 000000000000000000022b910000000000000000000000000000000000000000 2,523 0.02074090 BTC 0.78 vMB 2.23
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,310 (670,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,700 241,700 000000000000006331373d9f4561d7fe86483999fb68494837f430a3af83894f 0.16 MB 199 122
241,699 241,699 000000000000009394f1f5a62877b1f67704b9ba9b0b4ae249d78863aef83571 0.07 MB 153 181
241,698 241,698 00000000000000ac0c2183501da4159dc9f535860e27af6a724353335754675f 0.02 MB 33 120
241,697 241,697 00000000000000cbd562c93b7586ef28ccaea7cf54b1efafc6f00df1b9ae8629 0.01 MB 8 101
241,696 241,696 0000000000000063cbb7e5c70dcb0c347b875a8857ae10b2be66904e43f85a83 0.08 MB 180 164
241,695 241,695 0000000000000004332887b1d9ca961050d414fa4a01c0b8384fce241cf8e2f8 0.06 MB 156 314
241,694 241,694 00000000000000dc5ce81f38c5cad682ba4e05d80546a8e869e03ab14fc65cd3 0.09 MB 145 110
241,693 241,693 00000000000000f4b1770b523ab06e59f90b8a78eb9cab7dcbae785010bf018a 0.20 MB 528 194
241,692 241,692 00000000000000e5c5838b775e992627266de61f9b7c83a31aeeef4e50ca5e31 0.03 MB 69 252
241,691 241,691 00000000000000a237efa40a2c5f6911effe4691078a5e30e2efa31919c090c0 0.10 MB 218 166
241,690 241,690 00000000000000d33ceda7e606c3633ffad8c181f35e2686b1ed3d07fb822bff 0.04 MB 72 79
241,689 241,689 000000000000004ea0240bdf45c47745f123e93dc821fedd3f2ffa5ba1ca9b2d 0.02 MB 29 132
241,688 241,688 0000000000000023934ce97e02970bba2f3590b147d3753807b788732fd17114 0.05 MB 71 139
241,687 241,687 00000000000000c1440787a9bb5ac2fd76f245410b90ac907124344f01bfff0d 0.12 MB 231 109
241,686 241,686 00000000000000b1f730af604d8447dbbf0786be5fcaa30a2759fb2258b8d5ba 0.19 MB 348 126
241,685 241,685 00000000000000ce93279d73b2fb04a2a3dbe09d331f74489cac233cb2c63286 0.25 MB 669 3,617
241,684 241,684 00000000000000776093121a650c176d4dd0fe2cab04269795deee3df3632ef3 0.12 MB 256 61
241,683 241,683 00000000000000a38faac69f047bd956e632e953badb8d0a63548ada6dfa3adb 0.10 MB 268 210
241,682 241,682 00000000000000df56b61c4216b4c25fa722c0cd3ed3c78238f19e384668b8f9 0.21 MB 256 44
241,681 241,681 00000000000000878a2526894de7dff92febb145bf2e35d6150c1f4ac20b3556 0.25 MB 613 202
241,680 241,680 000000000000005de4c3c511d45f8fc627f33c66e14aeb485d6316da2e483d4f 0.02 MB 33 158
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 2,542.57 GB
    • Received: 136.60 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.