Memory Pool Memory Pool Refreshing

1,554 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,542 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (797,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,381 110,381 0000000000015c1320354768c92662a34676d2a3c31d29c78a77511fe87f653f 0.00 MB 17 0
110,380 110,380 000000000000795984a96b2e4ed122ec44fb09186492b81bcc35bca7cedbed7d 0.00 MB 2 0
110,379 110,379 0000000000002ed04b5db48464784fa282e31df78beef524875e684d34b33b6e 0.00 MB 4 0
110,378 110,378 000000000000e41ffd00ba3adb6e7858b16187bd3815ba92d5f3b9ab3de459df 0.00 MB 7 0
110,377 110,377 00000000000067e5552a9c21ea36d84e4987d192e5416a3283894ee545f23be6 0.00 MB 4 0
110,376 110,376 0000000000011d3bbfa02f5c64b3db9cf112cff5fff71187ec4a9dcd8c7dd32c 0.00 MB 1 0
110,375 110,375 0000000000004034b2f13973e68bdd438fc7dfb9c40a5a6404a9348a3fc4fa28 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.