Memory Pool Memory Pool Refreshing

3,706 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (703,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,500 204,500 00000000000003d98bc94cef40aea36353916def21d103742d31027add0725b0 0.25 MB 550 128
204,499 204,499 00000000000003744e4dd32092c1ee394ebf3041613de361a4615c55aeb25ec9 0.38 MB 959 126
204,498 204,498 00000000000003648797adcc4fcac740452ca38c690d6db897811b1234760dca 0.06 MB 163 54
204,497 204,497 000000000000007c430215629e16886e5dc92571012d49e94a594afc7f970e4d 0.08 MB 243 69
204,496 204,496 0000000000000095b61db4c92758c83cf1232e43d219b47ff9fa9edf978e9d55 0.01 MB 23 171
204,495 204,495 0000000000000560e52dcfbe007f6ee34965877bd43f1eb50485a2fbfb4a2506 0.12 MB 285 143
204,494 204,494 00000000000003afa2b6ba4c4ee2f15d99ebefddf75974b7470be2e2d340cc4a 0.06 MB 165 185
204,493 204,493 000000000000036d29d91edbc638b4e5ecede02732ee39675cdef4242c976235 0.05 MB 164 56
204,492 204,492 00000000000001d76f57187e06f37bce3345540f57a0544ab915b83482c01d8f 0.18 MB 471 141
204,491 204,491 00000000000001b2dbda5508863cf898775c906e5c079b51f1d92f3d705770b6 0.00 MB 1 0
204,490 204,490 000000000000055058641719008a2d92fbf185f7441d06c45b030bf9ee43205e 0.11 MB 271 107
204,489 204,489 00000000000000ed2ca1670ea17140059da655e59497fc112be5863094fdbfd2 0.18 MB 305 99
204,488 204,488 000000000000001c35bff145b6a3a5a9ed48caf86858ee39e8a4752700f10248 0.31 MB 582 84
204,487 204,487 00000000000002e5a03909846a3f947bd88ecb3a342a0b753c9b206fdfe0c450 0.16 MB 419 205
204,486 204,486 00000000000001b10a4595b589199e9dae6a3d1a8a92a885db3aa14c41749b65 0.11 MB 268 210
204,485 204,485 0000000000000167ebfe0cfdef3c5fe5aba95d7470b7014392a0c6a9cb65a31b 0.01 MB 18 50
204,484 204,484 000000000000019ca0986e62b9308bc22345844cf323912d4c9c19811503602b 0.03 MB 80 113
204,483 204,483 000000000000015813771024b85eac1afad8552687881c0974ad3bc225ad69db 0.07 MB 154 140
204,482 204,482 00000000000000fdea648eb71e2ca5d76ecfa255c819c52d6856b793c5914c07 0.10 MB 193 117
204,481 204,481 00000000000003a697ec42df5882ad4a0aa5a611ff7ac5a87c6f1c21baa01772 0.10 MB 276 143
204,480 204,480 00000000000001a12048c36ac1fa994b589ad513a57c09f2321b7e7b572b5226 0.05 MB 140 127
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.