Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,664 transactions (2.59 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,241 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,503 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,240 (6,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,376 904,376 0000000000000000000267838eea63dfa7f10ae59191c61651e5e6ef608e8410 0.67 MB 1,090 2
904,375 904,375 00000000000000000001cd7f7fcc14bb99338fd6d2e22dd8dd4011f2ab5adfd4 0.92 MB 1,153 2
904,374 904,374 00000000000000000001df8fd67e4561e8b5e1e3e66bebe16795dd3bfd4c8ff3 0.17 MB 41 1
904,373 904,373 00000000000000000000caf3010a3031c3f4c68efe40448982e14f5ea7c0c06b 0.31 MB 720 2
904,372 904,372 0000000000000000000153f4c88949806cc7a6a9262969d1f867966eb747a0db 1.43 MB 2,373 2
904,371 904,371 00000000000000000001a54402deefc279eeba54cddb828b9a3b81e9e6578473 0.57 MB 918 2
904,370 904,370 000000000000000000009b54bd6ee739c922f65998b514299d4b7fbc6af92126 1.58 MB 2,972 1
904,369 904,369 00000000000000000000465a58cb6e2370cbc942aa42b5129a408d1a954a5731 1.55 MB 3,472 4
904,368 904,368 000000000000000000019e13eebc0e038efa220000fdd410d3d66c1676cc2f41 2.12 MB 126 0
904,367 904,367 000000000000000000022b774404882b1ec8fe8c1916a18584578e91db2860bd 1.36 MB 3,022 2
904,366 904,366 00000000000000000001e0e6888b75a8ac1eb293b5654553fb69c2e408adeb1d 1.21 MB 1,948 2
904,365 904,365 00000000000000000001a697e45f7c81809818ac614f8c7e2e59db916963d8ad 1.86 MB 1,681 1
904,364 904,364 00000000000000000001f14bf9b822e1720585890586cf112c74866b47cc7417 0.52 MB 777 2
904,363 904,363 00000000000000000001346cea6f2be3feaceabb0419f9f33f6d143a465ff1e3 0.15 MB 392 2
904,362 904,362 00000000000000000000dbe26aefbf963c54ed4b4d85422458f0efb5bfd71878 0.89 MB 1,979 2
904,361 904,361 0000000000000000000129e1540355cf2e17bbff254ed5de09f5809168f89444 1.77 MB 2,144 1
904,360 904,360 00000000000000000000c35163c338b52597fc68e98253d416f3ca95e373844b 1.61 MB 3,170 3
904,359 904,359 00000000000000000001dceb6786fe1f729e5cf4775bbe4821693956c9557cac 0.34 MB 772 2
904,358 904,358 000000000000000000019d2f600f2a0bf07d65f5ae80c90f8a3057a317b1f60f 0.51 MB 1,067 2
904,357 904,357 000000000000000000017c24019c5bcaf040c65731adc12a38b1032f404e2402 0.89 MB 1,517 2
904,356 904,356 00000000000000000001d48cebe8057a5afdedf2cf5ceaeb0d2fd4628a9445ee 1.50 MB 2,344 2
Previous 10 blocks ↓
Total Size: 775.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,382.22 GB sent, 127.32 GB received

Notes

  • This page updates every 5 seconds.
  • 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.