Memory Pool Memory Pool Refreshing

3,237 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
902,305 000000000000000000023a040000000000000000000000000000000000000000 ago 0.98 vMB 3,231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,304 (257,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
645,097 645,097 0000000000000000000113d03b69a348885130f78f32abc4e26b93e05ebf5b64 0.41 MB 896 49
645,096 645,096 0000000000000000000b6062108638bc000266b5ee386e65d0df48ca63a83e58 0.70 MB 1,512 16
645,095 645,095 000000000000000000085c725fdd24b85c7ec761f414dd8375d0f3617721ccc0 1.35 MB 2,457 59
645,094 645,094 00000000000000000008efc513f6b90afbd56cd761206507780597847f164674 1.23 MB 2,047 57
645,093 645,093 0000000000000000000f7c13f529fa2d51df82e77b961ed38ad0c39c23eddb6f 0.97 MB 1,734 50
645,092 645,092 0000000000000000000858a1a0c93d1cfb21ee55682a45f4469d90c812cf4595 1.35 MB 1,784 34
645,091 645,091 0000000000000000000b47b111afbffccaea82405e3e3b8ec2de50e85827f2ce 1.22 MB 1,568 10
645,090 645,090 0000000000000000000a7a6d418c2b5f187ddc9ce6f1dcf460ae01b3eebc897a 0.00 MB 1 0
645,089 645,089 0000000000000000000c953703055737f3e528935bc7ab8620a3d00c777e10b9 1.44 MB 2,085 28
645,088 645,088 0000000000000000000c16f5d38abb8c14e09c5fccca7fa34c5ec939f30d062a 1.34 MB 2,809 88
645,087 645,087 0000000000000000000ade130ddf9e9f062f8c500c8af4b0e0e5b5030a8a9f17 1.21 MB 1,758 47
645,086 645,086 00000000000000000001343829504a28ce18f2e99b464f25da2fbce4330f71da 1.24 MB 1,821 49
645,085 645,085 0000000000000000000ea427b70d81a997ab5930f6c265ef195443778c082966 0.17 MB 123 13
645,084 645,084 0000000000000000001066310edb689b3465461d9468464a064ee29f38b2152a 0.68 MB 1,383 55
645,083 645,083 000000000000000000074d69201ec2731cb085ce8304c6724a19eef43a2771c8 0.15 MB 279 80
645,082 645,082 0000000000000000000b5cbaa911faed52787e686c9d1810b874dc10cde9e6f8 0.11 MB 302 61
645,081 645,081 0000000000000000000afada08f9aadf3d8b433a7a1ab5d48a3405125274d3c0 0.32 MB 582 55
645,080 645,080 0000000000000000000c45179146b0f32e18c155981a14945b376c2543a2af5d 1.24 MB 2,361 18
645,079 645,079 00000000000000000009ffb00750382a611c1fa7a6e96a8ff2879a9dd4cc72ad 1.33 MB 2,861 31
645,078 645,078 0000000000000000000e9ab3b9662a9e144634d3198bf78c279ec717752f4c1e 1.32 MB 2,588 111
645,077 645,077 0000000000000000000799f7e38641b7bc621070ba9b50f9aa856509baf7fa81 0.68 MB 1,288 40
Previous 10 blocks ↓
Total Size: 759.68 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: 859.26 GB sent, 44.67 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.