Memory Pool Memory Pool Refreshing

2,202 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (774,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,194 133,194 0000000000000556381c2fa6f84f79c1a1204818bd9842df5dd415f18fe4034b 0.01 MB 4 0
133,193 133,193 00000000000004fff74712b7df693ab9414bd2ff86e119814dda8abbfce2cd89 0.05 MB 185 40
133,192 133,192 00000000000004407287d3e0895beaf9ad20c6aac7e808f4faa3171e6b55ce17 0.04 MB 89 451
133,191 133,191 000000000000073a75501599c1a8eb0643b5980f9f805d47d7842613088d3893 0.05 MB 76 281
133,190 133,190 00000000000003f4711dd55576724e4cfaff4f76475a640e753e91d3f181c711 0.01 MB 10 77
133,189 133,189 0000000000000b6a13135ecebe00e2d89d24284e98d7022835b1cc66e2eec0b6 0.00 MB 13 289
133,188 133,188 0000000000000aaa845ca125309671730e323341e5e8a7907826bae2227cf56f 0.01 MB 38 945
133,187 133,187 000000000000088654a1129f5ba9c6957fe2cfa01298625e11f3843c5e1d8874 0.02 MB 35 447
133,186 133,186 00000000000000dbfcbbe1399e50044b9d4f592547fd67f60e3dc7bceb5d674c 0.08 MB 128 255
133,185 133,185 0000000000000255b499072ea4dd967dd17ef07809fa4bf2b23fa114e4317ced 0.05 MB 57 128
133,184 133,184 000000000000038ea069d75dca5ded23e35c8a7cf0b03bebda70c8df8a9f4a4e 0.03 MB 63 587
133,183 133,183 0000000000000b8f72992121b43f7bacaaaaee8d3de3110865a216dfbe14416a 0.00 MB 13 603
133,182 133,182 0000000000000348552a2a83eb8906d552cdac356b4655b6ed8c20d673053491 0.05 MB 129 546
133,181 133,181 00000000000007d81b78a2a873edc103f838e033424e8f32c0afb0cdba0b95df 0.00 MB 11 348
133,180 133,180 00000000000006bd70a07d70fb3f33ab0f98c7bbf1bf586dbfc63f0ce64de2a5 0.01 MB 14 470
133,179 133,179 000000000000037aa7c80b91f8e4933ea1e3eea0c4634e9e3ac6e746c6e93547 0.05 MB 74 178
133,178 133,178 000000000000041f8e8ab73f1426ee605bfa31ed8e238e8963bf5d617c738b57 0.00 MB 13 956
133,177 133,177 000000000000082a19700d3d18050e3cdc7375803aed2f66be5e440547872829 0.06 MB 112 646
133,176 133,176 000000000000028b3c88a2744b602f86ddf9a5ed250c661ad83519b6e198238b 0.02 MB 42 380
133,175 133,175 000000000000029b396609eae55cca7d79997fae03e1a8363bf85c8128841b04 0.02 MB 75 180
133,174 133,174 00000000000002bb8edfce2f700159d93e6f85dda03ade3a2ef4dbf85775a89c 0.02 MB 49 486
Previous 10 blocks ↓
Total Size: 769.57 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,649.53 GB sent, 95.77 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.