Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,519 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,471 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.73 vMB 2,509 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,470 (818,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,498 91,498 000000000002786060b73137050b99c4914529f09c97d8f509a68f4caac11cb2 0.00 MB 5 0
91,497 91,497 0000000000071e64d6a989da0c506651b005b83c4e263b66e9d11ab9dd860d5a 0.00 MB 1 0
91,496 91,496 00000000000172c71bacb199897e7666c8260dd533780bb225d51460321afa5e 0.00 MB 3 0
91,495 91,495 000000000000254e1cce9930a0f5e460aa2f03bd376aeb7ddfde4569fb40b515 0.00 MB 1 0
91,494 91,494 0000000000008ae23119b23ea3dfbabade403368d0b3ea24eb0f35b500f410de 0.00 MB 1 0
91,493 91,493 000000000006ec86bb7efe009009e3df25a87411cc319842273e6b9b4edb586a 0.00 MB 1 0
91,492 91,492 00000000000320c7dc270e9ce77f7cee3e0b00d73d9ce3e35510d59524556408 0.00 MB 1 0
91,491 91,491 0000000000063e19f2f41bbb3d31af1b520d1a17b9af40bccb4da3456e44aef3 0.00 MB 2 0
91,490 91,490 0000000000023e035e78685cd5b4d5c7f7b93839ef8252a12ce04649622b3c58 0.00 MB 3 0
91,489 91,489 0000000000001f8fe4d94eb02c4a9fc5e817022927e9c80d282700b3c210f46f 0.00 MB 1 0
91,488 91,488 00000000000bd559aae29fe7ba05570667478335270d54fff01d43a939dccf4d 0.00 MB 2 0
91,487 91,487 00000000000e6b28f69d93a7e0ddefca1010f7a6edff8f3c3c4e4315922f84be 0.00 MB 1 0
91,486 91,486 00000000000b508d84028e5ebc6d61718d7e9d68fe3d8224cc59131866ac0a91 0.00 MB 2 0
91,485 91,485 0000000000080b67001a37f6f0af7844910cea401a9ef5fb0176ef47a746f2e8 0.00 MB 1 0
91,484 91,484 00000000000e6644092c49e8d90ac79b1bc7c5e25c0088355e628e7ab36c8d9e 0.00 MB 2 0
91,483 91,483 000000000007842a1ab183f706d2f96d830711598d46032cd6e398f29347e2af 0.00 MB 1 0
91,482 91,482 00000000000465dc158d569d8a1a1005ceba2a55446e536ae168cffce9a4cb88 0.00 MB 1 0
91,481 91,481 000000000005bb81243fc690b8bcae4872626874fd4e3c52208c23ae4e463b0c 0.00 MB 2 0
91,480 91,480 000000000009789edad9f1647405d9ba39ec4a531e08461449687d355ace1efc 0.00 MB 5 0
91,479 91,479 00000000000b8fe848cc39bb86f244f71a99ee3f9aa1f11d39b9db9795915a87 0.00 MB 2 0
91,478 91,478 000000000001193b261cae09552d31aea8c5126780a717eabf786593694f46c0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.56 GB sent, 119.83 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.