Memory Pool Memory Pool Refreshing

6,985 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,462 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (753,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,393 154,393 00000000000004a98b6ce047b244744a79f3fbe275a05bda7f70bbfc986331e5 0.02 MB 33 129
154,392 154,392 00000000000009b6d2aabe78aff484a9635d3b8f3d58bd8a6f69b97979e70cd9 0.00 MB 5 63
154,391 154,391 00000000000007cc8365ff7a7bfe87f71ebe126d7d95c6d02040ee7092846d12 0.02 MB 65 10
154,390 154,390 0000000000000a99acfcef6f4c609d3895a958b67f321045baddcf525cb2c0e7 0.01 MB 20 55
154,389 154,389 0000000000000ad32ca4365d2d73ccefabd6a40395c76240d26085cbee2504e7 0.05 MB 133 5
154,388 154,388 000000000000065c67a7ce46fc875221e7257706db04a276379f0718e45d57ee 0.03 MB 85 63
154,387 154,387 000000000000032ab922bfcd93afc6a15d5b522d027fd97c6c0128791365c15b 0.03 MB 80 59
154,386 154,386 00000000000002a58502ee79abb9ac3c4117a00382f277d602d63499415b16ea 0.04 MB 97 91
154,385 154,385 00000000000008f209cf9ecbfa522b0b4f0ce4a9e3bf840328b695813d89f4c9 0.08 MB 196 176
154,384 154,384 0000000000000a5f94d3e548e27b825d57c8574962c702c090ed9020cae9088b 0.00 MB 1 0
154,383 154,383 00000000000007275d9f3c7a259fd4021987c4564641f26af2d1e5ad386395b5 0.00 MB 2 16
154,382 154,382 0000000000000a6e2f6094a3d4c2334860d259037ecd11846a066eee38b9c9cc 0.00 MB 3 1,092
154,381 154,381 0000000000000cea1cd206f530db9746017b691f7f8611905298f97aec345fb0 0.01 MB 17 174
154,380 154,380 00000000000007a1e8364f4efa321c6d7029698c25ecaec989859be278b1501b 0.05 MB 139 29
154,379 154,379 000000000000039a27d156049d21ca4362f31c74a5938803b74c895f5389b7b9 0.02 MB 57 104
154,378 154,378 00000000000002aa7eeee923c563a8bab4c96195d04e034d855c7010d4cb9c48 0.05 MB 148 128
154,377 154,377 000000000000073b0615b36779a6226c54977877c0b6dd23dd6ad6bb551be926 0.00 MB 1 0
154,376 154,376 0000000000000597dbd7fd9bf619586b822bec0d34e205bc0b115914831a39d7 0.00 MB 2 193
154,375 154,375 00000000000006cf9fbd9818b32c4f2de68788a76f372edf741f55af05b212af 0.04 MB 78 118
154,374 154,374 00000000000005a2148c483f3c80b5ce0152efe7b9608397fc4180268c41fdd1 0.03 MB 65 27
154,373 154,373 00000000000000c990df26f3a00ba0b93951bce899f78ede8266da73645df1fb 0.00 MB 7 418
Previous 10 blocks ↓
Total Size: 769.03 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,625.95 GB sent, 93.05 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.