Memory Pool Memory Pool Refreshing

1,072 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,902 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,062 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (779,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,203 128,203 0000000000000b3830fce0e6fe1ec581a04450971300a5d4eaf5f8c3f711abff 0.02 MB 54 346
128,202 128,202 0000000000001aef06982c060269a540e3c9e4f958f4813860197684e623ee96 0.00 MB 13 289
128,201 128,201 0000000000001175a05700ed42a7a6110fa44e557c324d8b9daae73cb5c48da0 0.01 MB 19 1,607
128,200 128,200 0000000000001c305598c2c9d5eac816342f036e31139f86ea6fbd26d4f0e848 0.02 MB 22 794
128,199 128,199 0000000000001ca764eae93c271852ef2067ba6cd51892cf70ef84080c6ea3f8 0.02 MB 69 163
128,198 128,198 000000000000086f4ad222a8b8ec41845375069a104401969068bda7bc5e55ce 0.01 MB 33 841
128,197 128,197 0000000000000f5905dca257dacdb0337f73e2fac027a6e13effc8e91cbe47f4 0.03 MB 42 900
128,196 128,196 000000000000076bf49383019509729c7fb51a06c5cb1526b3db26143cc691a7 0.09 MB 143 717
128,195 128,195 0000000000000f90fdb51876fb900176f37f2128ab2d594a7776953a00952693 0.02 MB 27 1,115
128,194 128,194 0000000000000b76a71f8416993adb44f6e14b607b293d17869103c8cfa22189 0.04 MB 103 282
128,193 128,193 00000000000025c8f005093a456adbb5357b7eb80d9ed1853b59e66e12dd915e 0.03 MB 54 393
128,192 128,192 00000000000005916e86789ede3d4dab4961aa8a1e5afe70d938be6771d86fb4 0.03 MB 58 1,086
128,191 128,191 0000000000001174b0ff111346ab5a6312149aa7c5e10f531a510a136c328483 0.00 MB 2 3,861
128,190 128,190 00000000000002880aefff676197abb6407fc8a8abbeb3d91b21d51bc6d01594 0.00 MB 4 0
128,189 128,189 000000000000000dbc21d86fc085a2449624500ae160829b171236eb877f97d0 0.04 MB 120 304
128,188 128,188 00000000000023869eda909bebefb29238d9e5cff7a9bed3e429c267b2b56bd9 0.03 MB 55 786
128,187 128,187 0000000000000003285bbdf8a244855b2eb0252589498b018de13119ac8dc6a9 0.01 MB 11 1,558
128,186 128,186 0000000000001f51ced9caafdcf5e22b163302f6b41e6c6939adf4b555ae743f 0.00 MB 10 1,717
128,185 128,185 00000000000014d619768c780ba798d987364d70117196ccedd88531156c9245 0.10 MB 261 66
128,184 128,184 0000000000001b6515c798b4744061829ade95fa8bab279de8eb893b1684a4eb 0.03 MB 66 501
128,183 128,183 0000000000000418b6e93f15da3341be198fc5fd77a4435932f39e1229e5b1e1 0.02 MB 37 9,977
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.