Memory Pool Memory Pool Refreshing

3,918 transactions
1.11 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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,602 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (614,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,176 293,176 0000000000000000ccd676576df54f6d913bfe32f36ce9a8327f6db78843d10b 0.13 MB 256 42
293,175 293,175 00000000000000005b2053b6fc8c265bd3e7fbc7b54cb74a37dd8f75081775fa 0.02 MB 37 26
293,174 293,174 0000000000000000a71b31d2dec2641e0cdc89627e465bc48ce8a2765612edfb 0.05 MB 41 16
293,173 293,173 0000000000000000181e6db3e6d37c285bfe7d002703e7b74f8c5bec112a37a6 0.01 MB 32 11
293,172 293,172 00000000000000002d82970283049711bb96e8771568c3bb0f3e636354b95da2 0.48 MB 448 21
293,171 293,171 000000000000000068bcb1bd6543623e74ad85a28a3aed90d14f1f6869c3af65 0.05 MB 128 48
293,170 293,170 0000000000000000998dc53935a8927536d456a94565d3db1fc46f45c35c5c68 0.35 MB 732 37
293,169 293,169 000000000000000076fd500b6e00a52d371d90b531e174391d776467d4bd699e 0.04 MB 52 11
293,168 293,168 000000000000000095e433a585d85fd4998edc21d3a17670cfff54489b4008db 0.19 MB 377 36
293,167 293,167 00000000000000007d00720291d8d79ae23d6502b30ec138768d8878ad2afe65 0.47 MB 629 25
293,166 293,166 0000000000000000a5d889e4fc51cd960a04f12f0a4ad89267ca80077d1ae2fa 0.35 MB 788 34
293,165 293,165 00000000000000008caa3055cc372f24c5ccefaac7afcc6990c570a4f6d9d6b9 0.25 MB 631 43
293,164 293,164 00000000000000009d173c91b55b1a5db6262e6a5c3932f67e847bb5c0cb0231 0.20 MB 512 44
293,163 293,163 0000000000000000dad58d53772e5758d7cbdc5f397b3e6d7c7f7f211b20a67c 0.01 MB 20 26
293,162 293,162 000000000000000015459d51c526ae3d2469d2ab8561f6763170eebf22cc52b2 0.14 MB 240 27
293,161 293,161 0000000000000000a46fd22bfe3b8fc2906df72d8d470e20d72508b5b837fb09 0.02 MB 64 55
293,160 293,160 0000000000000000dac5e23c1db786c6162ea20b7f94b2ffeb6002f8e74ce4b4 0.02 MB 57 67
293,159 293,159 000000000000000034c806ad99d7a4265fd832a0bda22e5fa693513b07c7c8c0 0.19 MB 444 36
293,158 293,158 0000000000000000c971e235325d2319daed40a8648b1e906f6a7aa2e7b6b295 0.06 MB 76 21
293,157 293,157 00000000000000009674bff60609f45cd1c2257a09d653744aacffe4e731aa88 0.03 MB 64 34
293,156 293,156 000000000000000059c66154f79ff59321e367eb1df854fb3a34530b159c9d87 0.02 MB 39 37
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.