Memory Pool Memory Pool Refreshing

191 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,899 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 175 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,898 (589,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,739 318,739 00000000000000001d4d703fec6f29868e50dea94b0dd2d77e4e68485f4a30c2 0.21 MB 381 31
318,738 318,738 000000000000000015120c29f120cbb4d0d5b2441f8a6a97ada110fa485a112e 0.04 MB 62 24
318,737 318,737 00000000000000001b77d8a4b52fef3eaf7587b1f14ac9f4ca243177ede384d8 0.15 MB 177 47
318,736 318,736 00000000000000000373bf0cd36d966106e5010b9d62aae48a7f45654121e8a6 0.35 MB 777 37
318,735 318,735 00000000000000001f9a90a2ff25b2b931e63a6b2c770ea7c852156b74fafd9c 0.43 MB 832 30
318,734 318,734 000000000000000008e882447496ef0687ccc5945020094642bfbd0d95b1ee66 0.25 MB 297 19
318,733 318,733 00000000000000002231e63039e32fcb824e883cac358fb11543f8c80a3d43b2 0.19 MB 352 60
318,732 318,732 0000000000000000116319c499226161010e123682101e5a73c4e23eb5aed3fc 0.08 MB 198 29
318,731 318,731 00000000000000002201a59d24ccad3d871250e5f40e3324950b2a94d6c1d896 0.66 MB 1,275 31
318,730 318,730 000000000000000023af3fb913b8e958340def538aeed36bf985fcc38d249714 0.20 MB 432 30
318,729 318,729 000000000000000006976dcc5126d628a631d16b4d5f1e305be016de5f1e0e01 0.39 MB 648 26
318,728 318,728 000000000000000002e11bef8f02d6b915fce83e69b6bfe3ca44aa98048f29af 0.48 MB 849 27
318,727 318,727 0000000000000000124b3f6ae8b302235769931cefef3ecb1d2ececbb1906ed3 0.35 MB 457 22
318,726 318,726 000000000000000015d0b0d58eff644baa4757f221146cba42a277b7010e5668 0.01 MB 24 25
318,725 318,725 00000000000000002752e9b84907bc81a590149bdc1617209c3c1c76ec60c903 0.03 MB 90 28
318,724 318,724 0000000000000000145e2e184e3f5977afb17e73beeaed903265e71797e77812 0.13 MB 288 29
318,723 318,723 00000000000000001dc7e7bd1031757b817b557ccfe447c6d0a92e196556c275 0.06 MB 94 23
318,722 318,722 000000000000000013f84a0b0eaa4c175e363d580909a91999a01ad611f28ab8 0.15 MB 258 26
318,721 318,721 000000000000000006595e10dd15194d184cdefcc41ada19f4fc65c45d1a0b12 0.14 MB 325 33
318,720 318,720 00000000000000001fd9e6e564634ed60814e955c783cc913b461041b401b3c1 0.33 MB 488 21
318,719 318,719 0000000000000000091a700725e43175fa3d49f26669d9396a30ee4abbb5a837 0.14 MB 222 20
Previous 10 blocks ↓
Total Size: 769.35 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,643.56 GB sent, 94.71 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.