Memory Pool Memory Pool Refreshing

4,232 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,631 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (63,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,461 844,461 00000000000000000000ac7d200b9f7711c615851d816a12aade063f2f3035bb 1.48 MB 2,654 21
844,460 844,460 0000000000000000000261a9d37fde101f3ba1b986681fb15c00ab36055f3e5a 1.65 MB 4,002 19
844,459 844,459 0000000000000000000186680578384a4f05251d366e27de6f70b2164ec93da6 1.53 MB 2,945 22
844,458 844,458 0000000000000000000361fc0a260245e29c1c707b2bf18dd553f0a95e76a359 1.61 MB 3,359 35
844,457 844,457 00000000000000000000b76187f47b7cab494a56779eab7e941c1109832e795f 1.87 MB 2,226 27
844,456 844,456 00000000000000000002a0b0721a94c3aeff814ccf5e85bc902b37819b5c3696 2.11 MB 462 25
844,455 844,455 00000000000000000002c692e6f3977c8e739d3783d16f6c82395d35ef9f4d22 1.80 MB 1,909 37
844,454 844,454 00000000000000000000d4f1d3cd3432b843f6a02dc6c95a92d1f74c0677129a 1.85 MB 1,853 37
844,453 844,453 00000000000000000002fce7a657d75c48454774d9494fbbf3ce091ccc4261a7 1.75 MB 2,593 57
844,452 844,452 00000000000000000000a7b031c4ad0d2a4756a94a38a8baae5696c6dd5b86d3 1.60 MB 3,914 41
844,451 844,451 000000000000000000007a7043dd2fe4d3ebe3674f3aa41305da3eb45e0836f2 1.56 MB 3,562 81
844,450 844,450 0000000000000000000291307b565c7b133086dcd625709a8ac58cabb16e6e9d 1.49 MB 4,956 80
844,449 844,449 0000000000000000000091577be0d25ffdf5c14a435d0f529061c11a73464055 1.47 MB 4,974 118
844,448 844,448 000000000000000000002801622b8351771e8fc226b842e34aa4f66f89ff6060 1.46 MB 5,978 212
844,447 844,447 00000000000000000001d32ba30adc3a9ee30d241083d114d6cd8fcb8f599c9b 1.36 MB 5,944 300
844,446 844,446 0000000000000000000356cae3d8a9b63e7057d7023e1cddf7ae269064f097bd 1.53 MB 5,033 13
844,445 844,445 0000000000000000000124b0433d6e5f38d393d0b8e34551355a4353b8c99936 1.63 MB 7,359 8
844,444 844,444 000000000000000000009ee03b9c3be8b2a4ff4886320539bb9b85ee054287d7 1.81 MB 6,063 9
844,443 844,443 0000000000000000000051bba521ff7f820adc6a20594444db0faf7f2f09d32f 1.59 MB 3,965 13
844,442 844,442 000000000000000000004f936ee97b8452cf976634b35fc352933b82f4203492 1.80 MB 5,032 9
844,441 844,441 00000000000000000000cede2dd03c61000bb245c63905d1c9fa2295db560345 1.53 MB 4,876 13
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.73 GB sent, 94.06 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.