Memory Pool Memory Pool Refreshing

556 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 532 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (783,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,273 124,273 00000000000010a809afff82f20a38dda348eb1104b602570fe5c2d836883388 0.00 MB 9 0
124,272 124,272 0000000000005024aeb5d3d834742a841f88631bfcd616d459c964690d5282d1 0.00 MB 8 849
124,271 124,271 00000000000004f8ac15ba5c43b7b7bf7e319d0105447ada5714c69000042861 0.00 MB 10 312
124,270 124,270 000000000000310c2f17c9c50ad9de4d503453d2a2db5ba84cdc4aae4dba8b42 0.00 MB 10 0
124,269 124,269 00000000000069cd43528f602e75fd2ac62b1605c1a99f0843d2f9d5515783aa 0.01 MB 16 0
124,268 124,268 0000000000002c65b4bfd57bbaca9d7bc4b263a6457e24166686689bf74164c8 0.01 MB 19 872
124,267 124,267 0000000000005fd4c89136fd2c56ba7fa9b69897f1aef5a0cb9355ee0a9e8c94 0.01 MB 7 561
124,266 124,266 0000000000003dbafa3089f7346c84197bc3dd552c1e592ddb389e22ad53125e 0.00 MB 13 0
124,265 124,265 0000000000000311cf9459f55c3991ae4c51f01861a45872e4b19a92ea8444b9 0.00 MB 17 217
124,264 124,264 00000000000037b6f07b0e5f6cd97d94cfcfaaca4b35f2eda3962a242a3a2fc9 0.00 MB 9 2,307
124,263 124,263 00000000000011a3f52194f793862d25d5546de26b1a61355b08c463c48868e7 0.01 MB 19 447
124,262 124,262 000000000000585c9b120a10863146babf1de0a3943e25fb2de4077e5e3ba94c 0.00 MB 8 758
124,261 124,261 000000000000402082ff17fc45ef5faefc8135ba1b139d0faa0941bd5346eb73 0.01 MB 15 934
124,260 124,260 00000000000025c9b57340a0bda1f5b978e350bf2f017ebaccb03f14eaaa574e 0.01 MB 13 764
124,259 124,259 000000000000531c9c6ff5a06c911d7821cf7276b6cb4667e91c2e59fc3cd0c3 0.01 MB 18 2,036
124,258 124,258 00000000000039fc3acce5f2ac66ecc95cc7d409adcf3f8f01c12ee695562158 0.00 MB 14 1,436
124,257 124,257 000000000000655ffa7fa9d2ca7cfde21165334fc600e53397be9383ed7d355e 0.01 MB 17 195
124,256 124,256 0000000000006877a24ffe7e8fc9c9014d8506b63f9d11fa1fbe9c6a6871cba8 0.00 MB 8 317
124,255 124,255 00000000000032516ccc62be947e99a3200e2a7d6e9270df41bf81d52a3b8976 0.00 MB 11 1,825
124,254 124,254 000000000000135f87e952fceafbeff3f38500b56295edb62d04649272129b2e 0.02 MB 53 1,265
124,253 124,253 00000000000050253f965089773de2d97f091e682e0410faeb7f02010a0f4a1f 0.01 MB 15 1,229
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.