Memory Pool Memory Pool Refreshing

1,949 transactions (0.66 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,061 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,944 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,060 (880,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,884 28,884 0000000054cb26ff2ea59b1b8e543ff168d52b11ee70834aeff6cfd2eba0bd4a 0.00 MB 1 0
28,883 28,883 00000000aafa1eeb0d4535d7dab25cafc420452dde49117420360aed90b15b97 0.00 MB 1 0
28,882 28,882 00000000e458262b9fb3d711ed2eadab4e908454018a731daebec9c8217c8fe4 0.00 MB 1 0
28,881 28,881 000000001616b062c3f9e94c5d6b0fc1487f8726e53f05c21bcd737ced4457be 0.00 MB 1 0
28,880 28,880 00000000ad3e13282c331c84995834fafb6e1526a30142d33bfe4c8d45d78ac7 0.00 MB 1 0
28,879 28,879 00000000b6d1d32167ab3020a1d3040f293014c49ccd194f6e839fe0cadd28f8 0.00 MB 1 0
28,878 28,878 0000000022cd5a50f22e80828675108ce5c14966921ed59f214b0877666fc328 0.00 MB 1 0
28,877 28,877 00000000eb660e1ffc61266a3b07aa768c77691a7ebbb88d30a3ab129cde2771 0.00 MB 1 0
28,876 28,876 000000007f8090cd16b18879294d73aa49674a0113aa5f100752a635f2558a3f 0.00 MB 1 0
28,875 28,875 000000001dcd5976a4afe2df8c03b923fae38e6af0150198a503921369b25a26 0.00 MB 1 0
28,874 28,874 0000000059b46f16addae45cec5cd5b2e86143fdbcbf4c60c3998e0dc5c1eee6 0.00 MB 1 0
28,873 28,873 00000000baed45d095e63350b87b2ad934d092155215098b61646b779edaa6b5 0.00 MB 1 0
28,872 28,872 00000000091ece5fb7e0aa3b6ec089ff126cbb285742d11d060a6bc2718b2375 0.00 MB 1 0
28,871 28,871 000000006e9adb999fc33ca8aa1da5bc73a927ffe672d2facb0bcde01fef1a8a 0.00 MB 1 0
28,870 28,870 000000003627e62b0a95c751686ca14e0894c288cf1108d8868ae76d66ba6977 0.00 MB 1 0
28,869 28,869 000000000035c250e9e60b4677e78a94363acc95753d51265fd8631d17b36888 0.00 MB 1 0
28,868 28,868 00000000d92750e3f2ca6c3305a6a215a9f6338a987578ccd213019be5ba7df0 0.00 MB 1 0
28,867 28,867 000000004b151a455205a159f76409d205b5344c4b3b3be7cf8ad1b3c3925939 0.00 MB 1 0
28,866 28,866 0000000097cabbed99ce8c6cd12c8c5e301b958f55a3f9996e754143fc581468 0.00 MB 1 0
28,865 28,865 0000000049c64a814ed74de03fdde388701b175f20502cb68cbc5fde656543ba 0.00 MB 1 0
28,864 28,864 00000000c67e9b851596d603b1fa94a9b17845b27453111e3e038b270be19c07 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.66 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,898.98 GB sent, 105.80 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.