Memory Pool Memory Pool Refreshing

1,348 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (801,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,731 106,731 000000000000447cfe13bdca1aea5afe447649f443f9dca69432029a5ebfc3f1 0.00 MB 7 0
106,730 106,730 00000000000140953014fa5c590c020889755c100519ab843d2a818ebb33239f 0.01 MB 32 0
106,729 106,729 000000000002b540d7244d8ea3898d56ba769f609548d8ff7af4a8640f1dc73e 0.00 MB 1 0
106,728 106,728 0000000000007f702942297b0b4879a7db909fbc930e0862273ed64d9cae2ba4 0.00 MB 2 0
106,727 106,727 000000000001cd88814f9cdd39034111fe22166c60c9e8c4a0f967bd06d244c4 0.00 MB 1 0
106,726 106,726 0000000000028dd59e59d70a3c2b6ea043ea54f948f665d4435aa015e0a2ded0 0.00 MB 4 0
106,725 106,725 000000000000ced633657cfdd4232f274920d7b474f8e6d23ad70bda61d5d222 0.00 MB 2 0
106,724 106,724 000000000000cc1e683250860c79c3aa88b1c4dd9de38e1e32911002190b97c1 0.00 MB 1 0
106,723 106,723 000000000000dd0f6c0c22dd7afe612a586b29e6f64b220bff1aafdfb658e46c 0.00 MB 1 0
106,722 106,722 0000000000025a68e8fe65284da5c1b01cb0bcf8c98bf8fca1d3f355882eee02 0.00 MB 1 0
106,721 106,721 000000000002744ebaba0726283f6144cef6da506d425b01b937884ead45db31 0.00 MB 1 0
106,720 106,720 0000000000015301620bd327671def00dc3c2b032814b90d61223183f917f58c 0.00 MB 1 0
106,719 106,719 000000000001b745d900b27485641f24f6ce48d594ff7151ac35e3fcbedda05a 0.00 MB 1 0
106,718 106,718 00000000000229580f05e49c286cdbbe5c145b544f061728bca5b1201cfe9e12 0.00 MB 3 0
106,717 106,717 0000000000010dd65226bf80f60a02bf9345cc60b34ddc12d74ce3b955c93657 0.00 MB 2 0
106,716 106,716 0000000000007b931fc5f5e9c227792ffd7c2d034119fa4d26e77edb569d870f 0.00 MB 2 0
106,715 106,715 0000000000011444c764a43d1e84ce5e74fe11dc2a9e72ad383a93471ef174af 0.01 MB 31 0
106,714 106,714 000000000000836128b38fb70c1a773dc4e677a276b5f2597c9461247d481883 0.00 MB 2 0
106,713 106,713 000000000001c7de24e6143a59bceaf49f6fafbd9ab78f9a58805461ba1b3e3c 0.00 MB 2 0
106,712 106,712 000000000000e47857d1b7b8e88ddbc9a1a53449d24fdb4b6d4487bb0d9defed 0.00 MB 2 0
106,711 106,711 000000000002e381129a2d41cbeaaf4a314d5756d0a9aca25d7bc7b2175cc0bf 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.10 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,628.78 GB sent, 93.39 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.