Memory Pool Memory Pool Refreshing

6,414 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,003 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (785,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,963 121,963 0000000000000201902724338055038f282fea8e09ec5e39d79a8d314ec321b3 0.00 MB 11 0
121,962 121,962 0000000000007c388db2eaf97085269b60056ed71b5cf25efc0d929e05c1c14b 0.00 MB 12 0
121,961 121,961 0000000000004909e2834f5aa819f2d4a4aac4327ea13577999f2ec978700ab7 0.00 MB 1 0
121,960 121,960 00000000000058e25b9ed39dafd4fe145e4ecd4b2107d9b47db53144cb8879d6 0.00 MB 1 0
121,959 121,959 000000000000529156ce9f9b35dc1447c7abf4358810e8608d2bec4ddaf4799f 0.00 MB 11 0
121,958 121,958 00000000000023b57d9f982856add6bb260c18dbabab6329f70c6a6acc432e1b 0.00 MB 11 300
121,957 121,957 0000000000005f57dfe977a53ee691e554ad09ef98408ae066a1010636511772 0.00 MB 9 0
121,956 121,956 000000000000629a542282a3078effa714485299985b582eb04b46432cae9ccf 0.00 MB 13 311
121,955 121,955 0000000000005776c795d23e71ddbe5051e46893a4f0e4ed321f01ca7f9cf314 0.02 MB 23 671
121,954 121,954 0000000000003ba703f3644e0897938ff79bc09fc5f0cd36e0ffc8de30c10506 0.00 MB 12 0
121,953 121,953 000000000000955cba55cdb9c2ca8b7e3d4841e4ce72254c627e087135732790 0.02 MB 37 292
121,952 121,952 0000000000008a8569e3d95f07187995f4fa2d4f4d633caf6c998c14b71f59f4 0.00 MB 12 268
121,951 121,951 00000000000051285835ad00a734e392ea275a0f424bc01a18c305090997ed91 0.00 MB 12 562
121,950 121,950 000000000000787007be87cc697a3b645fbb4b699334e03bda32aba88627b9b0 0.01 MB 29 2,020
121,949 121,949 000000000000080efd64461b8fd91ba180f6ee92ecc6d18e1eadef680d865e0c 0.01 MB 32 70
121,948 121,948 000000000000183482d3a9c1e37efd4422e23f37dcff367074e54d12972679e5 0.00 MB 10 0
121,947 121,947 00000000000092d85d5f11a0d70c68efcd04d34c58ffd7669cf065222ecd5df9 0.00 MB 13 297
121,946 121,946 00000000000010e3f548e16a966aa318ae500b0aab72fca81799dffb6b255ccb 0.00 MB 9 0
121,945 121,945 00000000000096b130eb0faacfc7d3b5cae5f73cc9c707b4c96f18027655cfae 0.00 MB 11 273
121,944 121,944 0000000000003acfc39a42816acff7d985278419ba22bcc3d652925500f5c0a6 0.00 MB 9 279
121,943 121,943 0000000000001f2d9c289199e9a0379179cea2780eb48ce616c69023390c933e 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.88 GB sent, 93.74 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.