Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

560 transactions (0.16 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (1,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,358 909,358 00000000000000000001b4a085c19583b89a041af7190f52d4b42622bd00fb0c 1.54 MB 3,190 2
909,357 909,357 00000000000000000001dbc74ed223d1c8f5f1a8f2b5dbe524702dcc3dff218f 1.55 MB 3,693 4
909,356 909,356 00000000000000000000f71a4248c3e93c40ea0afb261f40c5371675ac81144d 1.13 MB 573 1
909,355 909,355 00000000000000000001d5c609dc40a8ac45e00aea39c74db17e5dd118d32aec 1.70 MB 1,930 1
909,354 909,354 00000000000000000001caa81a8f2428e3ca60ccd8f1b734cb3e229ef4b60b73 1.68 MB 2,597 2
909,353 909,353 0000000000000000000122d8699397b1d2b7a720a6cb4250722875c1ed720853 1.48 MB 3,187 4
909,352 909,352 00000000000000000000f2689793c94bf803495d1fefe5a9cab5d7aed10ed097 0.12 MB 267 2
909,351 909,351 0000000000000000000146b10a548c124e30862c881a2994579568f21519d754 1.86 MB 4,012 1
909,350 909,350 000000000000000000019376168ae39590c75f4bd7e49e38616f02400fda54f3 1.71 MB 2,857 2
909,349 909,349 0000000000000000000145d0677bf652a1a687305d535063c3df7b6a438d28d1 1.91 MB 4,271 0
909,348 909,348 00000000000000000000afb7ba4fb25e2541629e6140bd522481340dfc635dcd 1.73 MB 3,632 1
909,347 909,347 00000000000000000000f009d1c3fbf98fc99e2d8614c5d895ffdd0ecd059046 1.56 MB 3,806 4
909,346 909,346 00000000000000000001803c9c0892dc23a91a61c355ede510b574bfed9f06e8 1.91 MB 4,471 0
909,345 909,345 00000000000000000000abf724efb1d34945de296cd184b39460c4e30da746c7 1.83 MB 4,611 1
909,344 909,344 000000000000000000007c5b6ff3cb135feab45578d54e58ebacabf3163387dc 1.45 MB 2,713 2
909,343 909,343 00000000000000000000b8d343986d67b7482c2c286c170c80337230e3b85545 1.91 MB 4,209 1
909,342 909,342 00000000000000000000730b2576265cb3201c85e187f539cb391134df1dc594 1.85 MB 2,261 2
909,341 909,341 00000000000000000000e8ec912529d48d39f78539467edba50a2c01c32b5cf2 1.50 MB 3,600 3
909,340 909,340 000000000000000000013ef56ef8abd9e3b77be4f1bcbb084db963b54b36c07c 0.66 MB 686 2
909,339 909,339 0000000000000000000092d103d3212dd80ee73625d3d8a91357e4b4423534b7 1.18 MB 1,096 1
909,338 909,338 000000000000000000003471dd7911c3efa05731d18f8c885a8c8ac75e09f835 1.94 MB 2,622 1
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.98 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.