Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,924 transactions (2.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,270 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (889,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,379 20,379 000000000a9e8da9b4cab92a74128d2c1de27eab0f2fdf288dc6a55288d36374 0.00 MB 1 0
20,378 20,378 00000000452dbeded56d8d9d139fb1c401c32405276698138d5822d76aacd68a 0.00 MB 1 0
20,377 20,377 00000000dc4ab95d0f8b6f6dc75618d14c01040f89e0e2711d5e675c59cf2516 0.00 MB 1 0
20,376 20,376 000000009ea8fb2f522d9df3d4a6f7b7fc8e8f86ef3983d4e5e25a3701bf7aa9 0.00 MB 1 0
20,375 20,375 000000002f46a1544c77493119619b10d8980ad33bab954adeee3c75e232c0d4 0.00 MB 1 0
20,374 20,374 000000007680355c97fe6a573381289871fc8a4af9a6601313ef6634cacbbca8 0.00 MB 1 0
20,373 20,373 00000000b4cc140ca5c9c51abb83ddb992b83c4bb68446d17da278959f187b4c 0.00 MB 1 0
20,372 20,372 0000000065c0fd989af2143fb19f1e4a57edda4b94c172e4551d6b5412fc3984 0.00 MB 1 0
20,371 20,371 00000000382599a4803a50e6373a53fb1914c9530c0ab042b3ddff79c3273c4c 0.00 MB 1 0
20,370 20,370 000000000cf64f0b2e0f033dbaf0e81d20714bfd2654fc98e1ba01797f03a3dc 0.00 MB 1 0
20,369 20,369 00000000505f186734dcf0fe5f0b4f9e2bc3c9a8ef8942a221c1577ee0a23cbd 0.00 MB 1 0
20,368 20,368 00000000a43ba6a498f744cb703681dcd8d9d48d5bd171898cdbc957dfdaddde 0.00 MB 1 0
20,367 20,367 000000008bdeb42dd0fa320c6895376301426e3095c55971d95f569d7b983996 0.00 MB 1 0
20,366 20,366 000000004ece84e9ae2e4eebd5e629264f50f6791b4c30e42376487eb46553b3 0.00 MB 1 0
20,365 20,365 00000000c749e22089b011bc90c38d2239797fba9886df1c069a562617bab874 0.00 MB 1 0
20,364 20,364 00000000dd23fc58d372dfde4f029e3ffeb538899978a9be6bca63f696ee51db 0.00 MB 1 0
20,363 20,363 000000001fccbc276846ef8e6f2592282dd6c11d0b097852693b961e127825d5 0.00 MB 1 0
20,362 20,362 000000006815af82695503b5e5d7d356e5c34eedfcddb3b01c606dbdac90510e 0.00 MB 1 0
20,361 20,361 00000000acb681b7b6cc53456bda7e572578a7c8100128184ea0e249fe110157 0.00 MB 1 0
20,360 20,360 00000000fae9ed331749a6191f4fedb3a84228d0eedc6e338ff89855fc1230f9 0.00 MB 1 0
20,359 20,359 0000000040fbbf7a5f3f11d0a3b45742709974813e8d7626ba7bcb148d618801 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,193.87 GB sent, 116.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.