Memory Pool Memory Pool Refreshing

1,440 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,989 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,423 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (800,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,966 107,966 000000000001cdbc37e65f49367f96e02a2a9fb3634376c10f474605251c3a4b 0.00 MB 1 0
107,965 107,965 00000000000070eb667c2a3cb8a858e5e281df85c3f85bccfca802ebea1ee9e8 0.00 MB 2 0
107,964 107,964 0000000000005dabb73ea05626efabe88ef7e6362445522deb24440ce3fc62e2 0.00 MB 9 0
107,963 107,963 000000000001a531f3232e6db35667a4673a2d2f23e2006ca673ceb024435c2d 0.00 MB 4 0
107,962 107,962 000000000001b33c8fb4d120dce4a13771c466a46d708880d57d03852fe492d2 0.00 MB 11 0
107,961 107,961 0000000000027be394a7ea6c28221dc09f18cb7dc7dafe533b4e81a2b9c9c861 0.00 MB 11 0
107,960 107,960 00000000000283fc07588073505138ff449d30281a8f8161cbd3854ba0a11de5 0.00 MB 4 0
107,959 107,959 00000000000183fc0594b754895c8a53442b420862a451171768d3490b842e0d 0.00 MB 12 0
107,958 107,958 0000000000023d5c472b5937fab0d62ae3841bb2c05cfadb2b09d66d9e415cbf 0.01 MB 34 0
107,957 107,957 000000000001d86f6f69f2add6bf705fa40b4d8eba844bd7a03c3a7bebcf7bc4 0.00 MB 6 0
107,956 107,956 0000000000025c7d0b9a1093e9765b0d8ccfd09e6065a7128d3de3ec9170b4e0 0.00 MB 1 0
107,955 107,955 0000000000007c1682926896dc5b8a85be24697393fff9188f07e02e3497c401 0.00 MB 9 0
107,954 107,954 00000000000169159b0d3f8de7627b742f193e8186a879beeff1867cf39aefdd 0.00 MB 5 0
107,953 107,953 0000000000013add9dd58c5f970f9ff59f516bac0fe9063c5c7b7474133dd840 0.00 MB 2 0
107,952 107,952 0000000000009dcad9b2a6df99b386a1f0161cda95b14da4f6543872bfbeae6e 0.00 MB 3 0
107,951 107,951 0000000000002675ea172bb696e5594c75704fef480bb9a2fc24c606afebc97b 0.00 MB 8 0
107,950 107,950 0000000000024e1e8c1f22ed88886feb13bc8af04da48c71b877dfd6e32ecd6c 0.00 MB 6 0
107,949 107,949 000000000001538a5941fd1357eada08d2bd76bf6079226821f6de1ac4ee6c49 0.00 MB 11 352
107,948 107,948 000000000001b8aa3ab2d478520bc81297fcb0edff7d7d582650065effbda191 0.01 MB 24 0
107,947 107,947 000000000001d1a1f1c99b2dca5785884f7c78b177775727dab815d6608ea053 0.00 MB 5 357
107,946 107,946 000000000000848971008143a08dbd95090daaae707948d7e789195270d8020b 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.53 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,647.93 GB sent, 95.56 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.