Memory Pool Memory Pool Refreshing

1,044 transactions (0.30 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,815 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,043 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,814 (816,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,993 91,993 000000000002c7324ad00e4150799de2ad50fd7b0ff89bb4749b7e0b7d0af5c9 0.00 MB 3 0
91,992 91,992 00000000000a46cea29ad24504a362a54696bb057d7879b5c0654998cbebf701 0.00 MB 3 0
91,991 91,991 00000000000c14af129714b0aab15c602ba7ca7af886adfd9ef0c6f367b0b318 0.00 MB 2 0
91,990 91,990 000000000006102d81813939c1f0294129e46d936bd30694d2d7d6b1cdbe9ff7 0.00 MB 1 0
91,989 91,989 00000000000c8f0fea377e5d4dbf2a12046a5113b203e1ac153db7c5e4f2e92e 0.00 MB 2 0
91,988 91,988 00000000000136c6ef183d7281ecc00fd99e893028b662726b2c7186b6545377 0.00 MB 1 0
91,987 91,987 0000000000009386a95665b184e5d048c38c07337eb99f1a377888b4e22a82e6 0.00 MB 1 0
91,986 91,986 00000000000e3f2b92483f5151bfb3a52381f53c9e73f327a0d53c24eb617687 0.00 MB 1 0
91,985 91,985 000000000006418dadf0f954f5be50a4fdb768f59ed6f1734a376259605f1826 0.00 MB 3 0
91,984 91,984 000000000008ad4a960fa49a1b5eabcebbd2e192032527f0d58c22234167cf9c 0.00 MB 3 0
91,983 91,983 00000000000887b9aab43808992b79335f67adff84f660db82fc5b3dbd097f1b 0.00 MB 3 0
91,982 91,982 000000000003dedc127371f1a0cfa64b1309c9e7e906eed3abbb537ed3f1bf35 0.00 MB 1 0
91,981 91,981 00000000000a4ad8d41d172c099ecaab2c0815a008ad3f53afe151311515b018 0.00 MB 2 0
91,980 91,980 00000000000c184d4ba32e639d5b1b106b432e05b8685099e32434d944904265 0.00 MB 1 0
91,979 91,979 000000000003775b1f6e79f6c80bd861918c56bf64217e4186a41280f9b33df9 0.00 MB 1 0
91,978 91,978 000000000005fc12c319071a65f087a1c18bc141210f515b264c1fb50b655991 0.00 MB 1 0
91,977 91,977 00000000000dbcdae7a0e351a4701b6e6e32fb9f58a71ce44c48c57de152842f 0.00 MB 2 0
91,976 91,976 000000000006eed07230dba102fe3c1cee34951703d8a1c15533f6d512176007 0.00 MB 1 0
91,975 91,975 00000000000c225f632544faac0f55354b41b5ee207d7a085e42702ea7447b8c 0.00 MB 1 0
91,974 91,974 000000000006be7e58ad91988a33e36304081480520df8c68ca4f5dd87e3a5dc 0.00 MB 5 0
91,973 91,973 00000000000a948f936ac01adeacf1d319087d7d069c01c803d4c84f58b2d0b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.21 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: 1,857.64 GB sent, 103.14 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.