Memory Pool Memory Pool Refreshing

792 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (676,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,971 230,971 00000000000001987052b7581c2c83e19a354bf157a8709ccdd4bb6146b93abc 0.08 MB 158 127
230,970 230,970 000000000000010c430997dfa6af659959cbf4014124144254347525994e353e 0.18 MB 350 195
230,969 230,969 00000000000001f51f9725762305a11b1e626ab7521de60f9786f98229f11bfc 0.14 MB 263 891
230,968 230,968 00000000000001b28f3175dec8b4ee63f47b8bae4c4df7c0afdf9a7927a344fc 0.08 MB 198 146
230,967 230,967 00000000000000430c559fd240618736a8a803cfdc22e80bc79d4b321053ab35 0.04 MB 79 158
230,966 230,966 000000000000005b443294e6b46af2ea2f4d8ed9aedf8b904b7e97fa68bd4184 0.08 MB 236 597
230,965 230,965 000000000000008a1ba88b19d93ac69f7d79f41157c81c0fb90064ab71ff15d7 0.12 MB 176 96
230,964 230,964 0000000000000128dc8a66e5d62419d1c4b198e42c8c6d08488ab9aa6a3c7c8e 0.25 MB 523 150
230,963 230,963 00000000000001a6157b1affcf53e4108e694eafaf89058482604816e3f295e3 0.00 MB 11 157
230,962 230,962 0000000000000104afc8da311f92f05bc3722339eab0de7e4d3653d1bfc9b409 0.14 MB 328 246
230,961 230,961 000000000000020691294635373d196fb824a42eb89854f0a352360fa3a26b6c 0.18 MB 306 131
230,960 230,960 00000000000000772e3c4fc2ef3d3e54b2c1822d393c3be02e80bbef785072c2 0.06 MB 110 141
230,959 230,959 0000000000000108384502452d4a864fabffe2249c549a9de2aea6fb499e35dd 0.14 MB 282 125
230,958 230,958 000000000000005ce4a81d574e3abad29965b61a685220b8b3a393b05ab6c2b9 0.06 MB 110 147
230,957 230,957 000000000000015cab1b899f090d3e934b7bc4fe2974392607029eea2e0484de 0.20 MB 115 14
230,956 230,956 00000000000001bf087c9ba5a7261370bcafda03c0426aa7d7eec89d64d8d697 0.25 MB 240 170
230,955 230,955 0000000000000212db0414f8013d636dea6aa433efe41d5309af64a63c81283b 0.25 MB 489 134
230,954 230,954 000000000000021d9454c0b25647b8fa34c06f3c50a5c05463a239e427a27b2f 0.25 MB 451 130
230,953 230,953 0000000000000168ec4d548547f6ec76a7b1a32f60506280d016fee48e09b3ca 0.30 MB 625 2,842
230,952 230,952 0000000000000119566ecc554dfd3d351e26c89a5ad56fcdc758a46fa6700031 0.10 MB 238 157
230,951 230,951 000000000000011c02c8a22c2425d33e446bc93bcfeb0108ab326de0e82bdbaf 0.09 MB 229 217
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.