Memory Pool Memory Pool Refreshing

3,190 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (801,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,103 106,103 000000000000445b214a6c0fc1d14d950749d81dc4d926eab54665cc1be1d141 0.00 MB 3 0
106,102 106,102 0000000000024ba50d4f491c82bd4502903e860bf743fd62c0795876016fbf55 0.01 MB 32 0
106,101 106,101 000000000001564b4f67c51e6d244ee19bf32de4342673554fc10bc6139f979b 0.00 MB 1 0
106,100 106,100 0000000000005bdfd3c348886085bb62523db7766e81cdcafd3b6752790ae7db 0.00 MB 3 438
106,099 106,099 0000000000016f2ae50b15c79c34f7692cae10afffc46cf2fa7e67cc7f3996b6 0.00 MB 1 0
106,098 106,098 000000000001b695884f195fb02f9d232affa8cf102c9484aec90a3408bbcf3f 0.00 MB 1 0
106,097 106,097 00000000000047fddbc02d8d3ef24311c24d7be6f5f27a3db8916e8321278399 0.00 MB 2 0
106,096 106,096 000000000002061fdfb7f6eba982692312c13a5749d71a1ed8bacd8faf2871c4 0.00 MB 2 0
106,095 106,095 000000000001519d08eb6f788ad3278d40effe93fb11f367fcb1e9549c443a8f 0.00 MB 4 0
106,094 106,094 000000000001a2a0ae7b044d1f5facb5b3fee1d4d26b3c22bb06f1d69df15591 0.00 MB 4 0
106,093 106,093 00000000000234d4cda923ea695613d47b775b550ca92ab739526a0230c13854 0.01 MB 25 0
106,092 106,092 000000000002aba99bb11d963e26863aff23a62ea83bc168072fba059b7d8d80 0.00 MB 1 0
106,091 106,091 000000000002d4699abb19abd914d5d7b13791cbbd232fef9172e2a6d784d70b 0.00 MB 2 0
106,090 106,090 000000000000f653edd366b9b887b23c12d675aa6c3cdbd92773864b387fc199 0.00 MB 2 0
106,089 106,089 000000000000fbd71d799ef4f8011c385b77481e8d220f4cc03b24dbad17364d 0.00 MB 2 0
106,088 106,088 000000000000f64521de2636a40b24c79ed50c9da86b687ddcf6b76266ae4823 0.00 MB 4 0
106,087 106,087 0000000000027e512eb9d256a8db93c825ce5c2cbd3f42e69cf0322f74a274dd 0.01 MB 27 0
106,086 106,086 000000000000fdc356bdab388b31580f6a3a22d165b873873f9ffa86460f4a41 0.00 MB 2 0
106,085 106,085 0000000000025176d180f967b7f987529d2b53d7c189c24368eec30a6be9a1fa 0.00 MB 1 0
106,084 106,084 0000000000002f25d9cc3425ce1af41d460de77b47bd4bac20625faad7c6e649 0.00 MB 1 0
106,083 106,083 0000000000005886f2f456d1aa02e5cc00c816e33d5c311d0d5ad25e64a5b5ea 0.00 MB 1 0
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.43 GB sent, 94.29 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.