Memory Pool Memory Pool Refreshing

17,808 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (729,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,295 178,295 000000000000049e8eeeee3fa0be7c128fa2e8f58864ca15ec16424876da3019 0.17 MB 307 111
178,294 178,294 000000000000000f69b99a1cf8d83932eafb0440ad606539bba49e9a7cc1902c 0.05 MB 118 146
178,293 178,293 0000000000000075b59ceb3938791698c9f40c24aca8245ff67f63868d521451 0.03 MB 29 11
178,292 178,292 0000000000000265556ac1ae4410d5df6e6674d9c838c0c69c625b6ffba4556f 0.10 MB 218 112
178,291 178,291 00000000000009c42946c5719aebce46b53c487850feb3d4bdc423d2ff4398a9 0.05 MB 106 216
178,290 178,290 000000000000073e9769b8839e8b28f1d6a82eee6e3c94b3e866332bc0f86d13 0.06 MB 145 97
178,289 178,289 0000000000000921b9e020dd83e5ccce3c431205a02fc7957f3641a8e7bb7f02 0.05 MB 57 114
178,288 178,288 0000000000000aea0fc6e5e68ab5bd70db73d03a8ed4bf8c673feb9f5126524a 0.03 MB 72 137
178,287 178,287 000000000000031717d389d961b0c7fff654dafe80b9032dd55e74bebfd8e8ef 0.02 MB 51 72
178,286 178,286 000000000000036a7667385b665dd7c4dac27101dc083b428c7e333db67526d4 0.00 MB 15 57
178,285 178,285 000000000000096229bec509f217f069b73c3d2c28582ff7c4a3a159bf05c833 0.06 MB 122 105
178,284 178,284 00000000000001631fe2623957d23a1d94d13c2a9f508aee208767b3b83012e8 0.00 MB 11 227
178,283 178,283 000000000000020ca36e0283223a01d74990c8d7a4b7fee77d1da45acf9f5571 0.05 MB 133 73
178,282 178,282 0000000000000088ea2411013f43f071136087921c6df83615e1c5f101b6f8e4 0.06 MB 170 122
178,281 178,281 00000000000007769a2a9b71ea2a98f3ab781dbecd15f193aac224ea3a0c8c8b 0.04 MB 97 210
178,280 178,280 0000000000000627c6c402eb156f3552e7ede855a4a9757bbdeccefe356a94d4 0.04 MB 62 68
178,279 178,279 00000000000009fc93ee95156ada5b2cd5a710e66a2c7085ac254f3a5aec4cd2 0.06 MB 113 120
178,278 178,278 00000000000001afa8542bca8776bbb8f53a76af84c4c8c528253d12f129109f 0.13 MB 208 135
178,277 178,277 0000000000000879a9bba08a0bc423b1592df8cbb54530eb8f08e3ebc29e1cdf 0.01 MB 38 4
178,276 178,276 0000000000000364909e5bf9e0ea21abc676386a0964b844ea4218b080acfc5f 0.00 MB 7 335
178,275 178,275 000000000000082b3460dcf2a1986e3001e2dbcdc47b24a45c28b9aba9be16b7 0.05 MB 74 107
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.