Memory Pool Memory Pool Refreshing

7,362 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,652 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,391 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,651 (705,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,861 201,861 00000000000005764c6eb32c0417879032df3d73b25d7040e9b1a976516671e3 0.12 MB 323 281
201,860 201,860 000000000000043c9c31a454f1baf36862648f03ea9c1bf011b4ec7e1dfd0d39 0.06 MB 126 193
201,859 201,859 00000000000002ded15a94d7e6068e7d3d6ada5a2f9b696c8ea0fda9463e9f21 0.07 MB 150 115
201,858 201,858 00000000000004211553b18523e11de409afca7190d6b52500d8d0af318053a8 0.17 MB 445 217
201,857 201,857 00000000000000ae4a8f57540080e63b83c12c13e0920a31d486a703cfd615b4 0.00 MB 1 0
201,856 201,856 0000000000000463587fb93104945f90516299b0eb3244b30ef37cf314ba50d8 0.43 MB 950 123
201,855 201,855 00000000000000e1ddb5c3115b147f79c580fedec9151d7b249809df76e6c393 0.25 MB 504 166
201,854 201,854 00000000000004b95563a516faf73717e2786bb60e2bfbe3ccab0a74d7e6cc73 0.00 MB 13 180
201,853 201,853 00000000000000ee488c795f4ce3e60652192208b0099aeea62620047fea754b 0.06 MB 192 72
201,852 201,852 0000000000000228d72248d0ab34aad028b94f1ca551ef8b63547e391c810cef 0.23 MB 530 120
201,851 201,851 00000000000004fb21c042cb00a4b420a544abb4c87d2c70d94266c64541e1f9 0.05 MB 130 48
201,850 201,850 00000000000005314457431acef76c1bdabd6916132bf33687ee5aa11928e904 0.25 MB 811 248
201,849 201,849 0000000000000061c9912b94401f925f1802678c54453e54452dd46d1d84027e 0.25 MB 396 310
201,848 201,848 0000000000000308c95003de6b3222b1fb87bb1873e2e2efac5ebc1efc507eaa 0.01 MB 17 125
201,847 201,847 0000000000000134c6ac67c5f33089d0ea5b2d10ae1f953e143ce8051f1f9c92 0.03 MB 53 87
201,846 201,846 00000000000004b5d341fdd61b67dba23e9d5d5c193e3eae8aeeace0e85d4cf7 0.00 MB 16 58
201,845 201,845 0000000000000352789fe74019d250fb2f07ac85e6f18c3f0d65335773ebd35f 0.10 MB 224 133
201,844 201,844 00000000000002f63811226c4df1d22b2d827f0db95333596f4d3294cc3a53fb 0.08 MB 174 139
201,843 201,843 000000000000049a536515c2cca6b80b436fceba0da30dd469751644214331e6 0.40 MB 884 61
201,842 201,842 00000000000002e771903bd1a68db5146771b51433ead0eeb51915162e74e411 0.03 MB 80 35
201,841 201,841 000000000000025688f3557d0ca46e0c7d63b47b9aa0439dc1d888cd03068105 0.13 MB 245 171
Previous 10 blocks ↓
Total Size: 768.89 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,592.66 GB sent, 92.22 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.