Memory Pool Memory Pool Refreshing

17,558 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (724,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,481 183,481 00000000000006229ea3555ae500b72d533a1a839c362a98e8d2bc57046cc1fe 0.02 MB 56 20
183,480 183,480 00000000000001796f1980da4814b42a7dd3a6dce960341e91f65acc7ab8243b 0.05 MB 136 130
183,479 183,479 00000000000004ba0d8b80fb71dd9faf61368ba1c02cd9f4760edbdac3168756 0.05 MB 139 189
183,478 183,478 0000000000000389a0ca5bb8f9c58e6999acd2931ae4d8ae02a32092f84ddaef 0.00 MB 1 0
183,477 183,477 000000000000065712004541ca5950dcd4741a35c7d51d7d32c9687620c62084 0.01 MB 16 676
183,476 183,476 0000000000000286074225aa4056db44bb2c428d51f9e9f114daa8115f366b69 0.13 MB 225 132
183,475 183,475 000000000000067d0c55f6480de0e9d848aaf266baa10fe92f35b5623db79c92 0.00 MB 13 50
183,474 183,474 0000000000000a424317efb667e133b69ff6e42fd269c50260e3badb65bdff30 0.25 MB 522 187
183,473 183,473 00000000000009a41a13c46b06466f2233c50281b9044c9a493f07f6fdc20d52 0.13 MB 346 148
183,472 183,472 00000000000006a501674ff0bcdc01bb0888b4d2add6fc44b908de12d30eead4 0.01 MB 32 109
183,471 183,471 00000000000001df2775e6203ae53cdeac042f811b8048e1c75727def454266e 0.05 MB 117 261
183,470 183,470 00000000000006955b296c7da1e2c2853bb224ad3901d049c913f669ef62552a 0.00 MB 9 44
183,469 183,469 00000000000004ff8ebc37a33582851301a512e71842b1eb9f86b56b54d9addc 0.00 MB 1 0
183,468 183,468 000000000000029d395dc773c4c83d2d8bc7b60c35715e3af69dfc6de48cd851 0.05 MB 193 20
183,467 183,467 000000000000095ee77d42dc7500a787e37141a630b304c737d02d56e569e47a 0.05 MB 108 149
183,466 183,466 00000000000000b1630e82ef41e527d107a208875f9ecf66fea91a5a13d7de75 0.12 MB 283 141
183,465 183,465 0000000000000445625bb6ba3f6837c46dfdeb04279a25aef25992934c121c99 0.12 MB 242 95
183,464 183,464 00000000000000f2ac9a7d07f92bfb7fa56235147714188375c6e1d9fc888123 0.05 MB 148 53
183,463 183,463 00000000000006c2f0fafb946efa30d511be2edfc99fbcf6c52eb114c9d5b726 0.25 MB 605 147
183,462 183,462 000000000000034f2f26ef805e24187f5b2120d72f2a54982121169388a0cb61 0.05 MB 148 152
183,461 183,461 0000000000000a04e6668f8fd307b13fce3b333d761c7a39110f5bb232db4dc7 0.05 MB 100 183
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.21 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.