Memory Pool Memory Pool Refreshing

1,411 transactions
0.58 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
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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (614,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,180 293,180 0000000000000000bb1a841b2d5da48451692b74e0aef21f4c4197393ea09abf 0.19 MB 512 43
293,179 293,179 000000000000000003a927324233596352e6b9616add335785806fc4f33a78b9 0.82 MB 905 21
293,178 293,178 0000000000000000aea6bd51836f67164ce5d15e0cd2c23f010f755f3fc24b37 0.35 MB 1,146 58
293,177 293,177 0000000000000000148dc8b6b9397cc0711754bbef816d20b961dc8fff7a5a28 0.36 MB 363 23
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
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.