Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,808 transactions (1.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,781 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (839,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,217 70,217 00000000009ff6a275e2c92b2fa8634399538922dac724b3d38e574380677b62 0.00 MB 2 3,875
70,216 70,216 0000000000a004021ff2a254f7115227593cd3fa1e0d3ee266eb3d7dcb1169cc 0.00 MB 3 3,861
70,215 70,215 000000000099a6ee88364e89b734c41944f1def7ecf9d11faba08c7f84d2b104 0.00 MB 1 0
70,214 70,214 000000000148f8d9c96da86735891b81f07c90f25f4232a39659e14f17bb4b39 0.00 MB 2 0
70,213 70,213 000000000024ae36ef6268c7ab1ef2b573b105ebc45ce863cbf225362bd4b6e7 0.00 MB 1 0
70,212 70,212 00000000002e21de3be4159e3cb8defd8b39db6791d0231e4184ada9ab371313 0.00 MB 1 0
70,211 70,211 00000000006045fed00c143ffa9bf3bafd771b8ca029dc7c0ccb3a6765cbd8e0 0.00 MB 1 0
70,210 70,210 00000000005a3feab9bad02643009fe7b4ea51f0d0f5b6db4f949a0364a124aa 0.00 MB 1 0
70,209 70,209 0000000000af22831a531b46f95086cfe23bd4933e8e4e6171c54e920620b230 0.00 MB 3 2,227
70,208 70,208 0000000000fdc1e1cb78e23ac21b6e39d8aac8f9052f40f88e6a6be3593019cd 0.00 MB 7 1,411
70,207 70,207 00000000003f3e9a63191d44629a8bf0307cbc8546c989c67acd72b3a248d0e0 0.00 MB 1 0
70,206 70,206 00000000013d7726a7e3ff8df776642a64c23e1c15f1d878402e32fa61ad7085 0.00 MB 1 0
70,205 70,205 0000000000a2ce5786c23a2a474294d42da28164890cbe01b8937d827a0d0f71 0.00 MB 1 0
70,204 70,204 0000000000f6dae9c7d9a09cf8658296d56fdd91e57168fd606cbccb387431c5 0.00 MB 1 0
70,203 70,203 00000000000e05311a05f85930610bf7d6167aa51f67aa7f3a46cbc167cdde5a 0.00 MB 1 0
70,202 70,202 0000000000ef48b32f8508bf8321881e069de8d452f2ff153ce9966955563ab9 0.00 MB 2 3,891
70,201 70,201 00000000001dbf32bd55d22aa051adc4b144216cdb5e3ff067ae5791e83bba4a 0.00 MB 3 3,868
70,200 70,200 00000000014ea4c652c06feb6666bf1db97d40db15481311bed632169198091e 0.11 MB 9 978
70,199 70,199 000000000005a64557f42e0698e71a2f80a2f7ac858c21e88aeae6fbe0e39856 0.15 MB 2 1,012
70,198 70,198 00000000000675b668c5f33376dc9041784a00a694cab0d7303c50ad71ceef25 0.00 MB 1 0
70,197 70,197 00000000015c10018eb2fec05b0af76376e02fbdb92826e5844a60dadfa72004 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.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,186.08 GB sent, 115.80 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.