Memory Pool Memory Pool Refreshing

938 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 936 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (188,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,173 719,173 0000000000000000000997c66260118d52e1eff1ece5afc7012eedf6db0b0a47 0.94 MB 1,882 6
719,172 719,172 00000000000000000007b6f90e6f0bdf73cb5e9ccfa79581b1aab6aea45a29fc 1.48 MB 2,487 6
719,171 719,171 00000000000000000003da68375a122cb40a19a5abb94f7dd02f7c93fc76fffc 1.50 MB 2,780 7
719,170 719,170 000000000000000000055e6a18b177594d09ad0b0095c0d5025d388c65cf70d5 0.83 MB 1,598 7
719,169 719,169 00000000000000000004737730ffd228371f5191362c87e6560a9a940d8f6dbb 0.43 MB 653 9
719,168 719,168 000000000000000000079aefb71cc9bfcbbabc84a86adbd76e84eec0641bf185 0.19 MB 386 8
719,167 719,167 00000000000000000009bb6edf25248baed3f0dc1e9bd020f8d48cff97a5ab72 1.13 MB 1,191 2
719,166 719,166 00000000000000000007543914b1d3504f5bfd333398a949c00085d2f8cc2d5a 1.40 MB 2,286 4
719,165 719,165 000000000000000000068481357f6bd681793987e3f756c2512692e9205ccfa6 1.60 MB 2,341 13
719,164 719,164 00000000000000000001b3d1d867b1c8296850a65707b8177495e159b7f5e1a3 0.02 MB 52 16
719,163 719,163 00000000000000000002c17aae98ba58b55fe482b5e8b3d7bc1dc4d57398ff31 1.45 MB 1,826 2
719,162 719,162 000000000000000000087ee8797877bf1bf834c35c438a433af7b87f081e051f 1.41 MB 2,528 5
719,161 719,161 00000000000000000005cf95d71959d92789197a123941379b65c958f52ed861 1.40 MB 2,334 5
719,160 719,160 000000000000000000009bfefe36cf032458f48ba8eb7aed131827734e667722 1.54 MB 3,259 7
719,159 719,159 00000000000000000002fdbd68400e05bb31052fe6a6e658f3be9962de38e8ad 1.38 MB 2,343 16
719,158 719,158 00000000000000000005641ddae1c93e3bc5112f220e0eb8ad066197ab2ec5a1 0.64 MB 845 7
719,157 719,157 00000000000000000005c4e697031373c7539bc212092a9ae062720a63acab24 0.04 MB 116 13
719,156 719,156 0000000000000000000ab92f7f63767b535998f7a098d747ca9335c468bff659 0.17 MB 219 6
719,155 719,155 00000000000000000002e0ee0ea555b878602c475aabcd51bcbf908753bb5c18 1.54 MB 2,297 5
719,154 719,154 00000000000000000002872be49b02a36a5278b44d110d571506e9d54d98bd0a 1.47 MB 3,311 9
719,153 719,153 00000000000000000005a2d0f0331ee9ad1013ee5b38839288303c7659e1812b 1.09 MB 2,155 12
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.