Memory Pool Memory Pool Refreshing

6,280 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (795,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,957 111,957 000000000000172b379808cca12c3fa96a0b343586ce289f3fe66db34bd269e0 0.00 MB 5 0
111,956 111,956 0000000000001658907132202e4dcc3014e38915fee0408a760910bf26106b7e 0.01 MB 22 0
111,955 111,955 000000000000911175bacc2c4b6a3d54a4970eddd0956076f3df400cf38bd502 0.00 MB 6 0
111,954 111,954 000000000000f98dd2890cb226684ca6cc48118d19a998b499781c05ebb2b4cb 0.00 MB 4 0
111,953 111,953 00000000000023e92ebda7a66dc12ba770d8ddb7d914c2ef1cf9108094542c5e 0.00 MB 1 0
111,952 111,952 0000000000006228821d1c7c737e813b2a79f87163795f6bb80f633c21a8b76f 0.00 MB 3 0
111,951 111,951 0000000000009f7e76fe61dfffdc1c42f0e03d2e92ba2247d817a49e8fae814f 0.00 MB 9 0
111,950 111,950 00000000000127ea1f871fa9f13b202cbe1045d4edbd44df1955a9d9e6cd23cd 0.00 MB 2 1,314
111,949 111,949 000000000001205995d24dbb49621e480cf4d9712b0eb7758ff62ec9d9c980a3 0.00 MB 10 0
111,948 111,948 00000000000052b67130c840e7191a5d3daa9faf4192e289c39645cc47ffd0a8 0.00 MB 10 0
111,947 111,947 0000000000008baebb297b59378132bc6a9510850fc817b2e933d06017ee0b96 0.01 MB 3 7
111,946 111,946 000000000000520c0d117eaccd139b9824fcb07a66ad30d7a042396a42b52d25 0.00 MB 3 0
111,945 111,945 000000000000cdef4419a81290d50e37439059f1ad4ea9ff1dd69281ab14f810 0.00 MB 8 0
111,944 111,944 000000000000976eba59027b32ab928d14010ebd7c56a27e28195b8c737f3c29 0.00 MB 11 0
111,943 111,943 000000000000d316e0f0654d99b85e6a839ed5a32e2fe05a13da26612db89f18 0.00 MB 1 0
111,942 111,942 000000000000eca196a159c179b6d1fb9bd1e29ed3223fb03d09611ab4073f79 0.00 MB 1 0
111,941 111,941 0000000000006fdb8527707fbb2d3568c34e4ea0de15718db78ba30ec6cdc4b4 0.00 MB 2 0
111,940 111,940 000000000000fb088b3501f102d7c31c42bc8b71f9d8b3affb3b8dac1aa95dca 0.00 MB 5 0
111,939 111,939 00000000000097fa31c94fe62c3c44ab2371ef067c6ed5ef993371067ed79ec1 0.00 MB 12 0
111,938 111,938 00000000000117f021e65a8728c94d03f38e21d8bcb9727e11864a0f9b31e9e3 0.00 MB 12 0
111,937 111,937 00000000000054cb0ec81aca365e0b6c9962a2396bf8ff83e6f536972cb97be7 0.01 MB 21 0
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.