Memory Pool Memory Pool Refreshing

4,036 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,716 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (904,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,966 2,966 0000000049cd7c0044964f6e9148e3a7c30beee4fbb1a7670881e941ecb1fb39 0.00 MB 1 0
2,965 2,965 000000000467d523783dda1a1bf918a70623c4e31a9a193a38517cbbf38d1843 0.00 MB 1 0
2,964 2,964 00000000089b2c209ec8528ab849448e8e175b469feed8b62dbe325107b8d90a 0.00 MB 1 0
2,963 2,963 0000000085f77116ccb64b0bed0cb5d032937a1105cf734b3768e874a04fcb71 0.00 MB 1 0
2,962 2,962 00000000db3c531d6c5ae220af33503eec76741b105ff219801918f793f088d0 0.00 MB 1 0
2,961 2,961 00000000bedec7389b93b09aae014400a334b654a6aa2baf142237e72d7c0a47 0.00 MB 1 0
2,960 2,960 000000000fc4f99503403c52453159c7c6ac9c4a96b115490dada1e57e587de1 0.00 MB 1 0
2,959 2,959 00000000fbe6e633e1b037c92b50ee6b60a9ad810f05e0758f9d7271fa1d9612 0.00 MB 1 0
2,958 2,958 000000006fe7385ab0a8ddee0a12ac021805dff05ebe376413f2989f56f1ee0d 0.00 MB 1 0
2,957 2,957 00000000e1c6c4fec8e18026b3f96f8f7a7d289aeb8e8d99e16caef2a580281a 0.00 MB 1 0
2,956 2,956 00000000c36ab229697cc2732c16bed1d9e731ddc641efb33a5bbceff046847b 0.00 MB 1 0
2,955 2,955 000000009eabf8d88547aa7101656e7517fb67461e73c148440b2c3d878bd02f 0.00 MB 1 0
2,954 2,954 00000000edfc7e98bd5a4a3adb7722e1dbd65ce0acd756ebb5fe28f5522f56b9 0.00 MB 1 0
2,953 2,953 00000000a98fac937fd0e2a74db339b25b3b0b948b99438c86b9d2a3a7b931da 0.00 MB 1 0
2,952 2,952 00000000f1f448c224dc7587b08e983df2e1b82d4ebd0c7a3cd90f72644723e5 0.00 MB 1 0
2,951 2,951 000000003139a0765e857ff33f55f8f2192137cc79906210a44d5c032c4da7c6 0.00 MB 1 0
2,950 2,950 000000001d83cfea5352fcec06a9312bd248dae8763ced478e0560a7e3476d08 0.00 MB 1 0
2,949 2,949 0000000037f5171ec12d77a798b7b003c89ef28d45192a4afdd9982a904a796b 0.00 MB 1 0
2,948 2,948 0000000034bc6216233635afce2939676a9da0090e423cd5946bfdbc8bf1c442 0.00 MB 1 0
2,947 2,947 0000000003e906ad154d2b10f27253a6235228fb16566f96d45bbae382f3b81e 0.00 MB 1 0
2,946 2,946 000000001f37b9a6b9d25df2fd1d6f936fdbeaae256527c54fe3bbade8f5d248 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.