Memory Pool Memory Pool Refreshing

4,006 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (797,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,374 110,374 00000000000048e171ae24cd999347a343aeda2bdccc3b33ef954fb86261bc7d 0.00 MB 2 0
110,373 110,373 000000000000614c6a42882f6a133a014ae21152e621c6e179a0ad03d41765ca 0.00 MB 1 0
110,372 110,372 000000000001b982794b819256cee077ec93d0e83e84ac16ab1dd09565363f27 0.00 MB 3 0
110,371 110,371 000000000000c57ea8b9622d9fe82490d7866bcb5b627ebe5806c4a2d99214a9 0.00 MB 9 0
110,370 110,370 000000000000dc1a4c5710f07d4bc76c7361b77efa975be04024520eb1c80dbe 0.00 MB 8 0
110,369 110,369 0000000000001a32b340240f14c1670668bf8b0133478416e95879ed462794fc 0.00 MB 12 0
110,368 110,368 000000000000fcf50a125c89e1f46b8b26602919b2c9dd38c836157b22568ab3 0.00 MB 10 0
110,367 110,367 000000000000929acfcea46461b15446f2c06b45712372a0fbb2a0f570ae1834 0.00 MB 18 0
110,366 110,366 000000000000a021bbf7de02380d0f76d117cf9380be0df9e390317f93e4c4bb 0.00 MB 7 0
110,365 110,365 00000000000164a1208090d501cfaf4167c46b5514d01f71de3f8cb1a5dcc388 0.00 MB 2 0
110,364 110,364 000000000000191ab5b42bd8671d3c09ae22899eadbbb985f2a732f13cb97fd6 0.00 MB 1 0
110,363 110,363 000000000000816a6e6e2f2f36dc6ded07f87d5b2d44cca286377671c68eba0f 0.00 MB 2 0
110,362 110,362 000000000001a34e9a6b65b7694a37235348deb350d6f2136cd4e273808bf787 0.00 MB 7 0
110,361 110,361 00000000000134a53a0dfec5fd49f34d530c4c8cc544b81bc98a157053118efa 0.00 MB 13 0
110,360 110,360 000000000000aa3c1ff708e506350edd678c464f9604bd56b6df108f03d3a2b8 0.00 MB 12 0
110,359 110,359 0000000000002885e893b1cba9930a55af7a4d1006ba1f141d7736516004ab9d 0.00 MB 12 0
110,358 110,358 0000000000010a45703d613cc4078301687cc8ea2923bbb0afdb938ab6811af0 0.00 MB 12 0
110,357 110,357 0000000000008535597334598429f2b3aefeabe3468d7c76a70bdf2afd6413ba 0.00 MB 12 0
110,356 110,356 0000000000002bd6ed31273dafbfe91f4efe0b9d6fe91d3c41b941a3f4c54067 0.00 MB 15 0
110,355 110,355 000000000001a5af28a5b3cdfa0f1d25a9b44dd7232d4db81260c635cb9f29d4 0.00 MB 6 0
110,354 110,354 000000000000853b261969a900e7d745c80c2994de734a152a87a13e8cf8ccfd 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.