Memory Pool Memory Pool Refreshing

2,674 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (784,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,951 122,951 0000000000009576896b0a30dfb91957d65a9848b8afacb23d95ebbcf723b144 0.00 MB 2 0
122,950 122,950 0000000000002f0091df2a7f8d96392e6ba885721dfebf3e7ca94e081c6ec795 0.00 MB 16 825
122,949 122,949 0000000000003b5498dc1da7c834bfc2bebc0e8922bd9f050af786497f18615c 0.00 MB 15 0
122,948 122,948 00000000000051ab536195ec0ba99c915b364a9a638792fe8d7c52dfd0f7b218 0.01 MB 8 142
122,947 122,947 0000000000003d4c38368956ec616f85b7eee637a688333a5cb0e43c7b9d78cb 0.01 MB 33 341
122,946 122,946 0000000000003efd8a14401d5322dd8b50b7dfe8bd80e127c6775fc249ddf85d 0.00 MB 12 0
122,945 122,945 0000000000008dea0c2988d27d1ae806974e777098aa8bce1ad61b2e9aaa9921 0.01 MB 13 380
122,944 122,944 00000000000092cc00c5b17f8e17ead13a11c0c5dd2d96dac40209be0bf5756f 0.00 MB 5 2,906
122,943 122,943 0000000000000672d010d66f68ee2fae4a73efd25f810857156c6904bc66976a 0.01 MB 13 1,612
122,942 122,942 0000000000000f9021ad214a1a3b058349db490c81648350d88472600d02383e 0.01 MB 11 1,237
122,941 122,941 000000000000317f9b3db807c9353409926fbc6568b1c54bc9302a6689593bef 0.01 MB 17 1,962
122,940 122,940 00000000000001cf29121767676896b1dfebe244da27334e6301b7d9432ac0eb 0.00 MB 16 421
122,939 122,939 00000000000005c4e97e7c611bae96f9d4bb064741e51cffd98748eac2c5f7f6 0.00 MB 11 958
122,938 122,938 0000000000004446883db67e06db58636c1338119be2c0a96e3aa532fc28774e 0.01 MB 13 673
122,937 122,937 000000000000345ed30275b0da7e6bd2f5b473ccd95b72e1731d08169ce71b15 0.00 MB 11 585
122,936 122,936 000000000000488031fe78e25409c31cb7b4d585b748e62f07c2fa16e837c924 0.02 MB 34 680
122,935 122,935 0000000000001435e858f2f8b3672f7384bd990c3c07fc9a0c44b65469dede12 0.00 MB 7 457
122,934 122,934 0000000000003661da7beaad24fc188553e5c1671625a0b6c0a9180de124634d 0.01 MB 16 852
122,933 122,933 0000000000004165561dcfa2129fd32cae9a41a465665bd7d090a7798ee56749 0.00 MB 12 271
122,932 122,932 0000000000004ea6c2588d053caa0591b60a5269a5cf3a699dd7998be32f3a67 0.01 MB 7 1,197
122,931 122,931 0000000000001ff2decc77b05a4ea4ae02448b7e35f256b096a7b8095bd88ae4 0.01 MB 32 2,325
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.