Memory Pool Memory Pool Refreshing

377 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 375 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (774,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,203 133,203 00000000000004745920854a5f61d2fef630144953d8d60501e952f1eb43ad56 0.05 MB 147 145
133,202 133,202 00000000000004c9eac85b912a269eac953fbfd36754c481c484daf14162438e 0.03 MB 65 897
133,201 133,201 00000000000007949a8fea2cbad1e4ca6014a820729f7cdffe5617b2fa317256 0.03 MB 58 1,013
133,200 133,200 00000000000006ae784ee6d1c61f2943d69d2493e0a961ca37fd5e71bd60bd79 0.05 MB 176 91
133,199 133,199 00000000000001cc313a9c2768face266e1555a460ee510f7ab4bb0941a2a17c 0.01 MB 25 63
133,198 133,198 0000000000000b83192661457e22c6e229c96b1d31003052d6105b294cd720a1 0.01 MB 23 666
133,197 133,197 00000000000008b65f5798a2eee75722d02827410b94c90a8a164bd5829b83c7 0.01 MB 24 605
133,196 133,196 000000000000080fecade1961fff0c87de03550cc8f670a9e8c4bfed6e06e342 0.01 MB 9 384
133,195 133,195 00000000000000f8e8e890c300354b9b0e2fd34ae0d292589692eba0f1aa1fdc 0.02 MB 45 682
133,194 133,194 0000000000000556381c2fa6f84f79c1a1204818bd9842df5dd415f18fe4034b 0.01 MB 4 0
133,193 133,193 00000000000004fff74712b7df693ab9414bd2ff86e119814dda8abbfce2cd89 0.05 MB 185 40
133,192 133,192 00000000000004407287d3e0895beaf9ad20c6aac7e808f4faa3171e6b55ce17 0.04 MB 89 451
133,191 133,191 000000000000073a75501599c1a8eb0643b5980f9f805d47d7842613088d3893 0.05 MB 76 281
133,190 133,190 00000000000003f4711dd55576724e4cfaff4f76475a640e753e91d3f181c711 0.01 MB 10 77
133,189 133,189 0000000000000b6a13135ecebe00e2d89d24284e98d7022835b1cc66e2eec0b6 0.00 MB 13 289
133,188 133,188 0000000000000aaa845ca125309671730e323341e5e8a7907826bae2227cf56f 0.01 MB 38 945
133,187 133,187 000000000000088654a1129f5ba9c6957fe2cfa01298625e11f3843c5e1d8874 0.02 MB 35 447
133,186 133,186 00000000000000dbfcbbe1399e50044b9d4f592547fd67f60e3dc7bceb5d674c 0.08 MB 128 255
133,185 133,185 0000000000000255b499072ea4dd967dd17ef07809fa4bf2b23fa114e4317ced 0.05 MB 57 128
133,184 133,184 000000000000038ea069d75dca5ded23e35c8a7cf0b03bebda70c8df8a9f4a4e 0.03 MB 63 587
133,183 133,183 0000000000000b8f72992121b43f7bacaaaaee8d3de3110865a216dfbe14416a 0.00 MB 13 603
Previous 10 blocks ↓
Total Size: 769.45 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,645.83 GB sent, 95.17 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.