Memory Pool Memory Pool Refreshing

17,563 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (552,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,206 355,206 0000000000000000050d11a01a2957c2e838414e009671efce76e78a64afbfd7 0.75 MB 982 14
355,205 355,205 000000000000000003f7db5e0b08cf5aa220078f8734d7fbe4041e420ee82832 0.90 MB 539 14
355,204 355,204 000000000000000001ac8327c5161e4239157e49252a7a5cb9262a3160085886 0.25 MB 650 35
355,203 355,203 000000000000000000b112d84138383798c635ac2c8d6e55b10a60534fcbf7a2 0.90 MB 2,298 34
355,202 355,202 00000000000000000b4101e108469b9de8fc69e519ead3471526410752af246c 0.75 MB 943 23
355,201 355,201 000000000000000016a56d856caff79560a4cf8ae0523c2a59e0b379d8f191ac 0.75 MB 1,483 25
355,200 355,200 00000000000000000692aecb6e09dc8f71a1380a3f49aa954dcec9b166f3111d 0.75 MB 2,547 47
355,199 355,199 00000000000000000c1304bd03facb42cbb25621c32a3bbd96bcebd6fd32c535 0.00 MB 1 0
355,198 355,198 0000000000000000103e0994d1bb303b9b4b69c179a727bcdb19ba2e765d8105 0.68 MB 612 9
355,197 355,197 00000000000000000d15e0418ed6a3449d3d3116b49c0b39a014f6945f8dfd26 0.75 MB 1,111 22
355,196 355,196 000000000000000016861d25f61c62c43b45a7a6204f3d264775995af986f373 0.75 MB 2,043 42
355,195 355,195 00000000000000001008ca26058211fb88061affd519ff7f8e98bab4d5dcd7e9 0.75 MB 1,885 34
355,194 355,194 00000000000000000d92180daa1338d635a2894db9b9d51c6e995bf6188bac9a 0.17 MB 512 44
355,193 355,193 00000000000000000bc11a9959ea474dfba8b45ed667856f2047788c188610ba 0.26 MB 470 23
355,192 355,192 00000000000000000e81993f89f74dc4c8249ed5c2a1e0e53e0cb32d93e408f9 0.46 MB 932 29
355,191 355,191 00000000000000000710d51af7d41eae7eefa1434b057c90f94bbe6eeb9e784f 0.09 MB 143 22
355,190 355,190 00000000000000000612f07cce5fd9cf9b4f2d88bc41c923b57bcd66d7deefee 0.60 MB 1,228 27
355,189 355,189 0000000000000000033bbb4c7871f74307a21b5d76d88f294a37656cc6707e25 0.27 MB 537 27
355,188 355,188 000000000000000012eea09e04c0d08ef7bfd04a3a2bcfe1a81cc821503cf2dc 0.15 MB 326 27
355,187 355,187 0000000000000000087e0b11e3073c67d2e42f50d1936bdb8737f8ba8a73da1d 0.16 MB 282 25
355,186 355,186 000000000000000003728c2503aad7494e9c8aaeffa7c50ebf9858c515665c84 0.47 MB 983 28
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.