Memory Pool Memory Pool Refreshing

7,053 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,544 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (547,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,027 360,027 00000000000000001695ad7ffa0b8562df759c14dd65c2e39b268fe711e55eba 0.29 MB 373 21
360,026 360,026 00000000000000000bc086cab49d639d521b13c81a15e9682e0d9f13927c1a5f 0.18 MB 274 16
360,025 360,025 00000000000000000c97fac6feeb961de9d6396b3e98f7ee822373c1a6fbc3e2 0.17 MB 289 25
360,024 360,024 00000000000000000cfb3ed0387ab9d8abbf8ed090dcf659ca04a63dc68d147a 0.70 MB 942 17
360,023 360,023 00000000000000000b7f4f94396376af1454b6f77f01dc10b1a567b5f70ef6ee 1.00 MB 1,209 18
360,022 360,022 00000000000000000734b11d3d6ce6ed44851fd5872532264898a752ed62c01e 0.75 MB 2,135 44
360,021 360,021 00000000000000000c8bdaf7da6e05bdc21dfb423a786e00e42f8fda5f0ef72d 0.60 MB 942 46
360,020 360,020 00000000000000000e9734908d7c798d7e6227d908cf44f518abbd6076cba5c3 0.75 MB 1,313 27
360,019 360,019 000000000000000003464033f22cf69962098d53a78f41ce79b06b81219d0d07 0.00 MB 1 0
360,018 360,018 00000000000000001070202702ba847dbf16e26aca096605b8a833dde255d01e 0.75 MB 1,195 21
360,017 360,017 0000000000000000036705dad6bd21875a93f09b5005cd0d2c433bafa732e85c 0.75 MB 2,564 53
360,016 360,016 00000000000000000db1de9d7a236e24cdb6e44d699f731d75d49972419b0951 0.47 MB 1,141 35
360,015 360,015 000000000000000016c56e17bc0d56d16c56bd584f5d2878ac18826a67c3acaa 0.34 MB 654 25
360,014 360,014 0000000000000000094c85b745f773606eca8b863a4dc460c7aaead55adb6909 0.05 MB 98 18
360,013 360,013 00000000000000000d4e310bfadfa3f7bdd21f00356cc2e94daaba0315cecefb 0.60 MB 1,325 30
360,012 360,012 0000000000000000119f3664065ca9ed557d7965c18d72ac6cb9b74a6cecda66 0.25 MB 271 24
360,011 360,011 000000000000000015bff2aaea23cd7ef49880a29f7c60e8aaa15659c9c65bb0 0.19 MB 373 22
360,010 360,010 000000000000000006ed2c196185e5920d5b1e7fe4e224eccbdd475368a8c2df 0.72 MB 1,389 27
360,009 360,009 00000000000000000358ec85dc6656303bd08c076810d498e6644000eb65aa9f 0.62 MB 855 30
360,008 360,008 0000000000000000128ec8518ffec3a9e75613c88cf8dd22e114d54de81b27f4 0.00 MB 1 0
360,007 360,007 0000000000000000076e0cd33b3b21e9b1374e5de1a4bb4be14abc8786f3bb03 0.75 MB 1,377 30
Previous 10 blocks ↓
Total Size: 769.03 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,625.97 GB sent, 93.05 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.