Memory Pool Memory Pool Refreshing

2,943 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (624,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,651 283,651 0000000000000000a662337705230b0f2219602e0e40928f71d5b857544130ac 0.13 MB 252 35
283,650 283,650 00000000000000004a8cd0fa429e82c74f6169a14fb7e82e5061aa2dada2a538 0.03 MB 73 38
283,649 283,649 000000000000000115ac5f1635d06c95fc7ad1c3cddc46b5210f363ca8f38b53 0.13 MB 233 33
283,648 283,648 0000000000000000c56f1b07917c9b182e9c11f8a268ba82f03132b4f801a780 0.15 MB 308 27
283,647 283,647 0000000000000001b92a1dee7c781784e6d9203eea3c4c3525b7aaec181cec44 0.12 MB 216 51
283,646 283,646 000000000000000071348589828161278462a95439219e80993e77d9288b064d 0.60 MB 1,094 35
283,645 283,645 0000000000000001104d569ca5c12a3db7f292a6117184b08b5f8e8f7f32ec9b 0.05 MB 148 61
283,644 283,644 0000000000000000d1724660b9071213b5a0a06d1448a07013a6ba4dd51b8418 0.21 MB 426 38
283,643 283,643 0000000000000001268b583f41f22cd45ac0f99e0cca1d013a244496044f175c 0.28 MB 499 48
283,642 283,642 00000000000000011252e554a92942bf8aca95eaa37cb7177707961273852691 0.60 MB 1,056 34
283,641 283,641 0000000000000001b4c7f7283451267fa45eb77bc6d78ba2c89798e93e3460a8 0.05 MB 120 49
283,640 283,640 000000000000000157a6703c0529c40c93e640bf9d5a766f79bb4c6ced322e29 0.06 MB 164 70
283,639 283,639 0000000000000001038370d7aa337fcf8605a9acb51e8784646f029a74cfe8a1 0.21 MB 309 30
283,638 283,638 000000000000000126b96d1ff25b0aadd77440428c01752e8d6365110669cf1b 0.10 MB 154 42
283,637 283,637 0000000000000000929435540140cc12c40a2eb92520d2fb31da7a086b0a2094 0.05 MB 103 43
283,636 283,636 0000000000000001f23ccb05523dda224fc3d5b81c21a4366b1519a22d50b412 0.12 MB 268 45
283,635 283,635 00000000000000013b10f624540a100019cab7239e7a1d6315bbbddb8b4d6cd3 0.29 MB 573 27
283,634 283,634 00000000000000018a262e519962345f0975330bff4d0eb51d6124e026603116 0.05 MB 173 94
283,633 283,633 00000000000000018574fc79f3382181a7346cb3038dc1a49504858aae6af09c 0.28 MB 583 39
283,632 283,632 00000000000000012b0d9e4c7d4f9e19fc14a99bf2ca1ba6df7663800b1b1b79 0.09 MB 189 25
283,631 283,631 000000000000000170291661b8a77186a9cde768e0d5090cc3ebca42647b9abc 0.12 MB 166 27
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,648.12 GB sent, 95.60 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.