Memory Pool Memory Pool Refreshing

8,509 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,810 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (664,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
243,466 243,466 000000000000002c4803a814d0d6180588ed155fe1481841642b2482b40cf7b4 0.02 MB 58 168
243,465 243,465 00000000000000af9c5386e94ba978f0e584984ba05c992fff480a9b1400a657 0.16 MB 327 145
243,464 243,464 0000000000000053aa66e7d785523c87c140e465eb4b0f7323ef60fb35d727d4 0.12 MB 314 188
243,463 243,463 00000000000000c75fb2356a44896d37994fe20fc514ef6b987ea3c4497ea734 0.04 MB 70 28
243,462 243,462 000000000000002bd48cec46aaf8b8aba1cf8cba8e3aff46e8e568a51fce3696 0.25 MB 639 205
243,461 243,461 0000000000000062d36f437c1643b98f84b9558f0807da79e81e459b511a18b7 0.00 MB 8 100
243,460 243,460 00000000000000278faec7be2f33edc31d56c56b24e64aea8150effb04a565f3 0.07 MB 159 96
243,459 243,459 000000000000007360a681e0f115681d3155fae7bc7146c524b1b5582e16fa5f 0.15 MB 380 143
243,458 243,458 00000000000000344c14f4cd4b5a401e2f0afaf83bcff848454ccf4aff6e2c6d 0.11 MB 229 110
243,457 243,457 00000000000000a056478a2e24101b01abfb47f487381cbd9acc999ead250a31 0.15 MB 277 109
243,456 243,456 000000000000003978442856f49c4fa80f1dbbc5e9b587052b014a21bb362029 0.23 MB 545 161
243,455 243,455 00000000000000a6e7b3603424032a1aa808c38f6577a275615676f2c3570f83 0.14 MB 306 119
243,454 243,454 0000000000000013301a3837a4585f9ef5827fe0a890d4ca9417b73d02a225fc 0.14 MB 298 155
243,453 243,453 000000000000009d5f53724e8d5ef1d644685bcc9969ae3c5095ea030f17e69c 0.02 MB 67 41
243,452 243,452 000000000000000796ffb887cba44f6dc539ad13f834a02bc0096e5d2cbeebbe 0.21 MB 422 132
243,451 243,451 0000000000000017fe926d54ec9f9b5138eed5f6e320d7830e4df48c56330a82 0.11 MB 239 169
243,450 243,450 000000000000001dd341e055cc943ee9017f6ea368294db4c51ddb0e52ec8064 0.04 MB 70 46
243,449 243,449 0000000000000095768ed7b2b3fcd8ae22b4ec9baec032d3e97ecb600490d846 0.24 MB 342 118
243,448 243,448 000000000000009f24a8d1d05c1d6f6f4abdc9a6cf77d3400ca1637d1a4c5d46 0.08 MB 223 30
243,447 243,447 00000000000000a0a8f2821a654372be2a1203fbb63c094db433dfd1b9f8598b 0.24 MB 345 105
243,446 243,446 000000000000007a7f444fee8c8bb346106c69c541486fe8c7cfb76367855dc0 0.11 MB 190 150
Previous 10 blocks ↓
Total Size: 769.29 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,637.96 GB sent, 94.37 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.