Memory Pool Memory Pool Refreshing

7,749 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,638 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (796,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,398 111,398 000000000000c5235348079a379381101be8c19248149bdeaa0de08db81c8ac6 0.00 MB 10 3
111,397 111,397 0000000000006e7e9e10444557477daf02ae836ac0e8150e3356c88643316970 0.00 MB 12 3
111,396 111,396 0000000000001c98fb4c67c82ca7cca6a2839adbaeaab73ac8c4846fbc341fcd 0.00 MB 13 3
111,395 111,395 0000000000012a4abd064af8a0347413e865e5bc6e44cf5a70673a76847ae4ba 0.00 MB 10 3
111,394 111,394 000000000000e556a590a7cfabe6fed63abbc044e68c3a343a80941297e781ae 0.00 MB 12 3
111,393 111,393 00000000000001d17cc4859ecb4e840ec8c9746cd0c432e0b8cbfedc5fd7bbf1 0.00 MB 11 3
111,392 111,392 000000000001138be05e1d7bdbcb0789e34fc9f2e6717dc099629a9cf0c151ed 0.00 MB 9 3
111,391 111,391 0000000000006a54fb0e6c7c6547d72926925d20fe94ee62f9dfbdb3c7f72173 0.01 MB 34 0
111,390 111,390 000000000000cde2de00086345c88de480d3f1ffac16c89a6e22aedef46e16dd 0.01 MB 35 23
111,389 111,389 0000000000006c3fdbfd39e2162520cf0efd9e449c3a090bd6389951d74bc837 0.00 MB 12 16
111,388 111,388 00000000000019c6573a179d385f6b15f4b0645764c4960ee02b33a3c7117d1e 0.00 MB 13 10
111,387 111,387 000000000000cee0bc48425bf8b342fdbce91bfc754f72b23a1d222ea0444940 0.01 MB 21 0
111,386 111,386 000000000000b128f56058676645408371ce4219c24f0bee1aee76b26ca24191 0.00 MB 4 12
111,385 111,385 0000000000011647f43fb4d20a29108dbc71f067f3732538839c036a58692758 0.00 MB 1 0
111,384 111,384 000000000001048286f6dcf67dbd63d806c1ce7676121f678ce68e326c7165d2 0.00 MB 4 29
111,383 111,383 00000000000067acf2d9dcf9f6d531e84575d089762ba38afb1339393b40f848 0.00 MB 1 0
111,382 111,382 00000000000008756882c823cd25eb9db646567b722c89cd0978d5b9f8b132c1 0.00 MB 6 31
111,381 111,381 000000000000466883e3f61dd72008c664583236490793030283f5dfb7ffddec 0.00 MB 3 20
111,380 111,380 000000000000e0a6128318c26c4af9804fff59b018ddb390929b00ca51e9a9d4 0.00 MB 6 25
111,379 111,379 000000000000a1c1ce625ceb9757883c4bb438f062679df95ca05702337e02ea 0.00 MB 8 3
111,378 111,378 00000000000031051f2541bf9b75ff7e089a1f9671ab53a1f5d83738adaf42c0 0.00 MB 9 29
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.