Memory Pool Memory Pool Refreshing

2,011 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (583,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,700 324,700 0000000000000000023121bb3b4b0a003c4f8c04d9306bcdef5a69a2c110dae4 0.05 MB 77 21
324,699 324,699 000000000000000004182fcd37e145046d24c5ead6ae514471e31f5601aa56a8 0.01 MB 32 59
324,698 324,698 00000000000000001e71237f3fec08581a8c541bef816067e31ed1072d105a80 0.20 MB 369 29
324,697 324,697 000000000000000008ea0c393eafb8f1cc256767c1520e087e6adfe6dbcc8549 0.25 MB 415 23
324,696 324,696 0000000000000000197088f8ca59a3d67edfd581d778691243f4a96f009801dc 0.38 MB 699 27
324,695 324,695 0000000000000000066a32130499df7e116f6467f418da77673748b0407bc30b 0.02 MB 32 12
324,694 324,694 000000000000000000595de1fc3b67d2af86f6c856621cc531bf10ef464a0ac3 0.15 MB 215 21
324,693 324,693 00000000000000001820b6c9b3d4f833c6d94b462eb93b8f8d4c655e4ab5ad1f 0.09 MB 179 30
324,692 324,692 00000000000000001641ab86e1d5461b7446e83c34671ebe2a891de297460152 0.10 MB 188 26
324,691 324,691 00000000000000001910c30e1b7a1d3b0ec32917a4afc584bc43cb895955a487 0.27 MB 437 25
324,690 324,690 0000000000000000091f1ecee5d7eb2d3df1be472bd6ad5d9b70f0f9fd1f0563 0.09 MB 256 69
324,689 324,689 0000000000000000181c94d8e850f3123cd3c4b4b7eb4a52230f23d655e0584d 0.08 MB 202 31
324,688 324,688 00000000000000001e95014609525827a31d03cf984e90e166c66b94745b1f68 0.34 MB 627 24
324,687 324,687 00000000000000000f0cdb4fa06bd9d6b1c13b1748d03ea6dfc9c57b4a7fa7f1 0.25 MB 397 21
324,686 324,686 00000000000000000a76fe197ab158f99643eb7bc356b2a3058092d6b8183bcb 0.02 MB 51 24
324,685 324,685 00000000000000001b5cacf67a9443dab2aa72046316fa23f953120f7a973b36 0.60 MB 942 23
324,684 324,684 00000000000000000b538c93a476867de2fc7a83877cdaecfda7d267c73ceb22 0.00 MB 1 0
324,683 324,683 000000000000000012a7a38c01ff7599a4d27f964070b9178551e562cc42b868 0.02 MB 64 34
324,682 324,682 00000000000000000a4ad2cdc9f63b868dde3172f6945da84338e6db1a6a1dd2 0.32 MB 535 28
324,681 324,681 00000000000000000c6a29250729fc8289e6cc0e69db27a6c22d3e4f6f83b205 0.10 MB 113 19
324,680 324,680 00000000000000001af91b17adfea230a3cc34ec7a35095bd020a0713e154d15 0.14 MB 289 30
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.54 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.