Memory Pool Memory Pool Refreshing

1,401 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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 0.25 vMB 1,385 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (816,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,738 91,738 0000000000054afea088b0fdfc80b3ffc7cb29feee64ef269e97d3517021e928 0.00 MB 5 0
91,737 91,737 000000000004ef7a4f01ca5756fac5bc82910d5bf6cebf1d4dbcf9f2c42a38e5 0.00 MB 3 0
91,736 91,736 000000000007a1ef862b9f2db7e5cbf3beae498958a64b26063761c001671509 0.00 MB 1 0
91,735 91,735 00000000000971166bf306e362f31c91ab34e30f18283437fdc89cabb9c78ed2 0.00 MB 1 0
91,734 91,734 0000000000011dd8d38378c5e6e96bf0b2f190188ddd8b0c6fa01245319a742d 0.00 MB 2 0
91,733 91,733 000000000005387f293698c9d3b6c00b317397b8bb96d9caf3b0484d1c8fb392 0.00 MB 4 0
91,732 91,732 00000000000b75226584766d6200910e0e7156c13596a9307e3098b984958685 0.00 MB 3 0
91,731 91,731 000000000004a79646304846ffa72cb32c42bdbd6a6d3574ccf167cace596dc0 0.00 MB 2 0
91,730 91,730 000000000001e06274e67622e5615f103f07291184819b63c844827f59d49bfb 0.00 MB 1 0
91,729 91,729 00000000000554d4409fa3fe54b08cb8d272f0e7dfee4a2edb3bed72d82cbe3d 0.00 MB 3 0
91,728 91,728 000000000003b3113935687136f936c8ce66314c6e74fdccde353abe6043fa84 0.00 MB 1 0
91,727 91,727 0000000000058d9c9efbce269c2f85f316f0221d433933203bc487de521925ad 0.00 MB 1 0
91,726 91,726 0000000000081ac16a417621f4ac8329f3ba47f1c6c64cde8e5480bebe2071eb 0.00 MB 7 0
91,725 91,725 00000000000cc9917f3391d33f91ce4d1ad17f2faf0a06d2c8350541b09afd02 0.00 MB 2 0
91,724 91,724 00000000000d30c1be2938994bb3783b253503f15d7cf43442be18a97d263f3e 0.00 MB 1 0
91,723 91,723 00000000000ca2e14ae09ec763bdc44846b97d77f31e0145f66a34fe12768712 0.00 MB 1 0
91,722 91,722 00000000000271a2dc26e7667f8419f2e15416dc6955e5a6c6cdf3f2574dd08e 0.00 MB 1 0
91,721 91,721 00000000000a30044feb1a9010445c5b6d4cdc3f32ca747cff2525c32976ba42 0.00 MB 1 0
91,720 91,720 000000000007f46268b372e2349dc0199ff8650079f137d4582aea527b8ebf70 0.00 MB 2 0
91,719 91,719 00000000000df87c8a979281b694f074a0d8688ca1bd534b41615c05367c810e 0.00 MB 1 0
91,718 91,718 00000000000717140a564a8ebfc54984f249d2fc0da5e922e8d3a1e9251858c0 0.00 MB 1 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.55 GB sent, 94.32 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.