Memory Pool Memory Pool Refreshing

2,087 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,967 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,045 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,966 (905,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,059 2,059 000000004fdc363a128276c9acbf4e4e9217a9a88852b6682d71a637d029c21f 0.00 MB 1 0
2,058 2,058 00000000c5d078e6198193ec872d5400ce78257db3c4298f060344f86fe1fefa 0.00 MB 1 0
2,057 2,057 00000000acd58d5632619a889f751c9f508f7869f05814e6ce4b004258969342 0.00 MB 1 0
2,056 2,056 000000009737fc85becda1878da804a7dd7e393999a356afb9aa49ac612fd838 0.00 MB 1 0
2,055 2,055 00000000fdffd873ef1ab43725f9822482015191da3b87e706d742ef983f9356 0.00 MB 1 0
2,054 2,054 000000004b42b3b378dc13f41346bf3875d01a58ea4ad026ec5ad00b147a5a83 0.00 MB 1 0
2,053 2,053 00000000565024cff14075df118e0b0e4ac28df91b4c3ec110dfd748c4b90056 0.00 MB 1 0
2,052 2,052 00000000d34e247dbed14f0ffa448155b7a4c8ea80f867fa8eb8c2982dd431c6 0.00 MB 1 0
2,051 2,051 00000000185a25b78d36a0b357d86f6fb148c5bf37a4db2a206923e9011821a1 0.00 MB 1 0
2,050 2,050 0000000006ef8c34a38cf705d623808ceffd2eea1f2dd8dcec85da6529d86285 0.00 MB 1 0
2,049 2,049 0000000049b31cc0cdcb095f96d25cb6fdf3edd1770c7ff30a247fa649424443 0.00 MB 1 0
2,048 2,048 00000000e6c3c75c18bdb06cc39d616d636fca0fc967c29ebf8225ddf7f2fe48 0.00 MB 1 0
2,047 2,047 000000007e8127fe750bed9f48a7c1ee882bb3a36615f9966b95f64074ae3254 0.00 MB 1 0
2,046 2,046 00000000faff9b6900e995e98f7d7817b6eb7563361bfc2c4577c39d27ad94ae 0.00 MB 1 0
2,045 2,045 00000000cdbefeb24b2048802ab7a6d92b1a1e86ab4176f36bbe88180ff6e651 0.00 MB 1 0
2,044 2,044 0000000052f1ba4554422db2c5be11790b1bc71a70309f4cb870f7919b72b700 0.00 MB 1 0
2,043 2,043 0000000001f55779c901704db84f61e4271ef2bce2a81b5d12645000b074b842 0.00 MB 1 0
2,042 2,042 00000000f076f68728aa514ade3e30bde5fafa5cf8718bf0ce58acd6b4c37dd4 0.00 MB 1 0
2,041 2,041 000000008f03e333128be68a54a9ec1e7aaab0a2685ce746e67c05242a876a29 0.00 MB 1 0
2,040 2,040 00000000d4df6eb7089e80d84e4b22d144a901dd63162af435f742c319b025bb 0.00 MB 1 0
2,039 2,039 00000000d17eb0d926689a019cc34c8590505655d3e64a5b9a4b58143decf183 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,646.52 GB sent, 95.36 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.