Memory Pool Memory Pool Refreshing

9,305 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (415,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,671 492,671 00000000000000000044aaf0bd86ea8d20c8f7fc2a561052ed8215d866f6c684 1.00 MB 1,797 57
492,670 492,670 000000000000000000bcbf361c89f1e4d1aceb446d3e225d14e33d70c2abb63d 1.04 MB 2,400 208
492,669 492,669 00000000000000000051fe1065b7fe9145be82e58ede5cdf489e60b07c9c8305 1.01 MB 1,803 46
492,668 492,668 000000000000000000a01feebc872349af65c6d7b13c2dafdd6c6fe2123271ad 1.04 MB 2,374 110
492,667 492,667 000000000000000000aa3abd5078577111beba7161baeb229833ed171b080ee4 1.12 MB 2,742 201
492,666 492,666 0000000000000000001781ea19c5a31f3278bc48d7ccff5725714cd18baa26a5 1.00 MB 2,622 205
492,665 492,665 0000000000000000000106215b6b85e9253b8c5cf7f9dce3d0d3a3f1fb3ecaaf 1.05 MB 2,768 261
492,664 492,664 000000000000000000a966c051a5f97198c1948b43987c9c4fa5520c2de4386a 1.05 MB 2,764 227
492,663 492,663 00000000000000000080f5a6601cfe6c2916cc2e6ceafbd256c40dc07b7a13d8 1.05 MB 2,666 181
492,662 492,662 0000000000000000001f5b83dd3f1e86046965edbac5c82a866f253ce2c4f7fb 1.08 MB 2,426 126
492,661 492,661 0000000000000000009688b83bc279c83f54c62b054bb45c9d4db79217fb74cf 1.02 MB 1,350 97
492,660 492,660 000000000000000000958e0a3b6244c768a8c5b7a79f250319bae852ea8069bb 1.03 MB 1,792 110
492,659 492,659 0000000000000000009c3e3c45e50cfa73af95fd28e06a6b9b5770fcd0b71ff0 1.00 MB 2,462 163
492,658 492,658 0000000000000000008fd396aa9cd4c52c08d3141016e8ad96616b3993b1a515 1.06 MB 1,686 77
492,657 492,657 00000000000000000011b5907c8f44b3c443ab67b92ca58e9da0cb443e3e341e 1.00 MB 1,489 123
492,656 492,656 00000000000000000000a0862ae6f78915de6d060194609c1abb82a8850c5f29 1.05 MB 2,217 240
492,655 492,655 000000000000000000b50e7a0ddb6afcc6c4d894815c416989e9b4f8533f77dd 1.07 MB 2,206 170
492,654 492,654 00000000000000000099b68f53e00296c92dcf59fb79599c49848cd7262d0a45 1.09 MB 2,355 251
492,653 492,653 000000000000000000134bd7bbb61e3bab11296edd0f4e58a7538ca79a1b63cb 1.04 MB 2,558 262
492,652 492,652 0000000000000000001ebd780034a1f08a056c83242a2b3ce4cc1f5572caa684 1.06 MB 2,439 233
492,651 492,651 0000000000000000003990c4ea1d0fc6e1c54966bfe2113159ffcae6938616a9 1.06 MB 2,496 244
Previous 10 blocks ↓
Total Size: 768.98 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,616.47 GB sent, 92.72 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.