Memory Pool Memory Pool Refreshing

882 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 879 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (759,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,241 148,241 00000000000004fd752c1ea0b0cf40b88ead50634e8572b263fa8e05fea1e41c 0.11 MB 33 55
148,240 148,240 00000000000009dbc319fa897402c4d55379a6d638f155b44929a177d985da0c 0.02 MB 37 84
148,239 148,239 00000000000008c84be9b87e46e06196e3ae491350460a7dbd2a80c8f33fa808 0.01 MB 12 139
148,238 148,238 000000000000005f4b3af4e689b20628c1bdc39a112247cc0f8162a984b348ca 0.03 MB 122 67
148,237 148,237 00000000000005faf7086213f94f2a4209e04727cb3ec9694402be4592a520a4 0.03 MB 65 103
148,236 148,236 0000000000000412fca675fff44626d3341aa43f32ace9200b21d46e3b760c19 0.03 MB 36 80
148,235 148,235 000000000000034503bc1c33ff6c983472bc9188642a5d5e8b4d9b1b0173a13c 0.01 MB 19 249
148,234 148,234 00000000000003eb1cc0149ff8573ab1136fc1fe71d5ddd65a4ed472cec7e948 0.01 MB 22 120
148,233 148,233 00000000000005534587a06ef0532b7d5db474d7bf2ebd9315906be3c3278587 0.00 MB 4 452
148,232 148,232 000000000000086d001d892ad0d52119d1f4ee2a1bce18041f3a1c263f98483f 0.03 MB 105 7
148,231 148,231 00000000000004ce11b0d317c2713924b90b6a44d62f1e8475a8bfa5e479ff74 0.00 MB 15 65
148,230 148,230 0000000000000596ea897e21f14ce83a41cdf34508c597099e7d84001b82b2e0 0.02 MB 50 92
148,229 148,229 00000000000004cf7b9d3590e516388fac712085a31ef1e57adacdc2745b00e6 0.01 MB 17 468
148,228 148,228 0000000000000307f231e3e5f8ef204b14e95723fee6cc179bf4d4b88121c015 0.00 MB 5 0
148,227 148,227 00000000000009139a7e5a9a4d0ec79fc9336fe5e35ecb36c7f1e9eb4fba4b84 0.04 MB 58 291
148,226 148,226 00000000000005b7030654fdc11a85f12866fb3c07a0aaa1226cccb010a80f7c 0.00 MB 4 1,088
148,225 148,225 00000000000008ddc67a70eed4d5da4fab35e9ebde8e050d2c11998c8ea0eea8 0.05 MB 115 94
148,224 148,224 00000000000000d0eed9c5b9d777c9d8ba51b31654a028e24bc0aa7fdc1413cd 0.05 MB 128 242
148,223 148,223 000000000000089ed7b88c06af196277c7837096c0343ffd194b76e6024169d1 0.01 MB 11 2,256
148,222 148,222 00000000000001f3fa99a370ad8ec0d0aa4951ef12cb9790de58ec904fdaeb6e 0.04 MB 76 127
148,221 148,221 00000000000005a877f8a119edfc1bcc7004b56c4180d444827e5e43e3f3a9df 0.01 MB 24 393
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.