Memory Pool Memory Pool Refreshing

48,059 transactions
27.85 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
880,506 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 2,606 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,505 (605,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,402 275,402 0000000000000002cdf3ff81bc0e05a9e672baa970602247324c7a23cbe24499 0.50 MB 1,324 49
275,401 275,401 0000000000000001e283b4e31c3ca57b5cd6318ff044866614d58b3b9e15e831 0.03 MB 77 101
275,400 275,400 00000000000000038c33b4311e32ce812560d29151dd4b8b657149ca1a63633a 0.03 MB 50 43
275,399 275,399 0000000000000002f676b3fccf4fb67c5bb587e333b4ee9a70ae82722b21c010 0.23 MB 574 51
275,398 275,398 0000000000000000262de9a143e3207a33668513cd90c7772df3cb985789ff4a 0.15 MB 208 27
275,397 275,397 00000000000000000420375ba84df2c8c114ca6e2cdc082434213cbc09d7f26c 0.13 MB 261 43
275,396 275,396 0000000000000003cf9d182c0737d97b856c528fae88bcf43f79bcb0896cb192 0.09 MB 177 38
275,395 275,395 0000000000000000ca2df2f777a7bf53bdc70386669646ba265b5d9e93983ad5 0.31 MB 539 36
275,394 275,394 0000000000000003c35fbb1d3a50bcfbb148def6184d9f107d09e9196ad561ef 0.09 MB 256 107
275,393 275,393 0000000000000001f72ef980d3f04755b284142cd21a505677bf34d352152ffb 0.25 MB 480 43
275,392 275,392 00000000000000039e103ba26f40421f432f63bfddf3f9fe1f82b59ae3e45305 0.62 MB 1,105 42
275,391 275,391 0000000000000002a21aed77c8da5bff4e8c95e0d366d650aee566aebf7dd0eb 0.00 MB 4 1,413
275,390 275,390 00000000000000027a66862ecf70974c2231fb70d536113bfa02dc88779c4da0 0.20 MB 399 44
275,389 275,389 0000000000000000974fbce805e69d22ae16fe67ff692ce411c5194cc9a92d4a 0.02 MB 38 25
275,388 275,388 0000000000000001a1dfcd2cd4009a6402c99d9991b44d6f38f3c47ad2a51b5b 0.09 MB 142 28
275,387 275,387 0000000000000003db2fb830b859db8a01a9b66e0397ac0531e14c8df0d33d0c 0.15 MB 320 50
275,386 275,386 000000000000000378f1e26f5f7d029dcce22aae2da5812968309bacaae9d4d2 0.25 MB 626 50
275,385 275,385 000000000000000258cddfc3413753f0f2d04b947b8401467008a6ee262adb9e 0.15 MB 297 44
275,384 275,384 0000000000000003d8fb1643b222225fb54dc40aee6d48bcdd9292063dbe09af 0.14 MB 284 42
275,383 275,383 0000000000000003326f3d34ebdcd58133ebdaa847317c0f91a581c4b0c05875 0.15 MB 96 10
275,382 275,382 000000000000000267ffd74a1d13e23ec284c82503ba3e0b84d4ad480d49f71c 0.02 MB 40 60
Previous 10 blocks ↓
Total Size: 719.37 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,852.00 GB sent, 61.82 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.