Memory Pool Memory Pool Refreshing

2,830 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,231 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (10,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,230 897,230 00000000000000000001c0455bdfb1e96494ada3464e927cd431fc680b872841 1.65 MB 3,647 6
897,229 897,229 000000000000000000013d5d9086e6d6b3f39fe82c2e9a68387a023166f22143 1.56 MB 3,758 4
897,228 897,228 00000000000000000000b664314a396002fdf3ff71bba71ca147c311de24e842 1.53 MB 4,416 1
897,227 897,227 0000000000000000000195c80b4542422b9147189e0d147aa3e46b14d74e18d4 1.41 MB 4,501 2
897,226 897,226 000000000000000000003b7e8e678b01226aec5d3d7d9646ed7ca317265fe5d9 1.50 MB 3,882 2
897,225 897,225 0000000000000000000213099d9a486baeb9193bdcd41db9935f2d28a4f7a7b7 1.51 MB 4,903 1
897,224 897,224 0000000000000000000138c6b834183bf54b1393f45edcf8746aaa45eee63fb1 1.55 MB 2,919 2
897,223 897,223 00000000000000000002343d94815cae71cae37d627a43043b687322b971d16e 1.46 MB 4,224 2
897,222 897,222 000000000000000000003ec9059b03e47b0cc93a9a80ad1d1ebde7b28680ce22 1.21 MB 3,310 1
897,221 897,221 000000000000000000002d70432923003bc3fee49e8c89ef37bd682105f6599b 1.46 MB 2,653 2
897,220 897,220 00000000000000000000d413f971773073e4a0b1f7a423019b53eccd1eef3869 0.36 MB 1,059 1
897,219 897,219 0000000000000000000080ea491f8aa0492a525eb7c28bf6aace783e1ac30ddf 0.39 MB 1,117 1
897,218 897,218 0000000000000000000208434c38c1ff97e799e777b50d701019f76de75f064b 0.59 MB 1,736 1
897,217 897,217 00000000000000000000a2243ce007bc3e2f22a1d471c520795763b305cc52e3 0.55 MB 1,761 1
897,216 897,216 00000000000000000000e8e61ff2ca9a63f56185133ee6e5b169e20fa294acb7 1.72 MB 1,862 1
897,215 897,215 00000000000000000000e62bdaaccccccc9a2ebcf010f8515353924a0126be58 1.61 MB 4,578 1
897,214 897,214 0000000000000000000167b95be0fa76dab3c34ded1eda836bbb4212fc3c8628 1.51 MB 4,545 1
897,213 897,213 0000000000000000000050f3ec50be3494da3b12bc662559100dcc9a343946ef 1.48 MB 4,445 2
897,212 897,212 00000000000000000000b833a709a326cc58409373544b5e7d974234e0394ce8 1.51 MB 2,802 3
897,211 897,211 00000000000000000000c53269860d5e301455c88e63ce2d21ac194b8bad9430 1.61 MB 4,005 1
897,210 897,210 00000000000000000001f1ce527e545aa8f7d0bf7b17066bad0d6940d92bdc1e 1.47 MB 4,352 2
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.