Memory Pool Memory Pool Refreshing

8,654 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (768,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,267 139,267 0000000000000030b439dc2ecd1760c139c62d4fabc29f81155b19249da6b3e4 0.00 MB 8 54
139,266 139,266 000000000000015f5a075d505815a70b3f7b3dd8905d035211f7dbf9ac50f1c5 0.02 MB 77 149
139,265 139,265 0000000000000297af3b0e4ece2ebbdf4f94336b5b1fa138ab5d2767f68592f6 0.05 MB 151 212
139,264 139,264 000000000000089c071cb2c64a48e5641f4a5f4889e22e85d820980b7b5ecf04 0.05 MB 123 401
139,263 139,263 0000000000000178fbc74ea9b804038cf50eba0f2a7b867f54cd3db6d623f979 0.02 MB 56 177
139,262 139,262 00000000000001bdd68dba34d39ea22337f9257ad6e39c2a5f27ad3caf81fbe8 0.01 MB 18 136
139,261 139,261 0000000000000453667f29c45ec37a790e16f0c041dccfd41aa61efcf92a1fe7 0.01 MB 12 835
139,260 139,260 00000000000001bdcb241d020b4e6bc2d43fe2732ab97c1e6a2239f3f45938f9 0.01 MB 24 44
139,259 139,259 0000000000000052bf07873e4b8105438d8fdffe2f5325dfac8bf03dfc23f15c 0.01 MB 25 219
139,258 139,258 000000000000015e11e451a90c8f23c9a66a2385a9467aa68bd6985b5da73c2a 0.00 MB 13 85
139,257 139,257 000000000000052c3b95573576fdcfad0a10a95cc9ac4aff16a92239e31862bc 0.01 MB 18 492
139,256 139,256 00000000000003540f393a6b83c42c33142add95b06ed9708ecfabf536dce676 0.04 MB 105 117
139,255 139,255 000000000000036bcdae3c943de1049adf48bf5f48f663386678230175d37d48 0.04 MB 92 249
139,254 139,254 000000000000005edeaedee9047d8106618effc3674b678981189dc86943bdff 0.00 MB 3 0
139,253 139,253 00000000000007e1bee69e4e408f42725ee551b17cbc3335ddfd9a11b3874a87 0.01 MB 40 155
139,252 139,252 0000000000000417a636701f61629174689db5b197aec12eabe78aeb49b3bd95 0.02 MB 54 93
139,251 139,251 0000000000000728c139aca5c15d6283880d6a3b69d0ad1fb4fbe9741c1b9fb8 0.02 MB 9 381
139,250 139,250 000000000000036df84c376d4d1eaa5bd3c332aa8a43e5df52a17dbff5fcf830 0.03 MB 70 243
139,249 139,249 000000000000033ceecd19bc3b9e62a7460bb9015e0650ab522db293c0e2eee9 0.02 MB 71 9
139,248 139,248 00000000000001cfbe56d546e6eb6307fddd6dc4ad76c808e579e1c099c61d80 0.02 MB 31 46
139,247 139,247 00000000000000910462fb13ee9816a204dd55a1ad19c694f8a9e53d37f1cdd3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.