Memory Pool Memory Pool Refreshing

2,586 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,578 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (38,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,334 869,334 0000000000000000000200ef819890c381eadbd865acefb6ed888aa95d8028a8 1.61 MB 4,110 6
869,333 869,333 000000000000000000024b313b59bb6db9641377ffdb57413e94860807c7ae23 1.58 MB 3,425 6
869,332 869,332 000000000000000000019ad24311f1f6cfccfe2f7f158c23242da7b273ef3f02 1.51 MB 4,513 5
869,331 869,331 000000000000000000013ca222df6d107100b5e6c3fe04e4d47cbc6e84dfe2cd 1.62 MB 3,638 9
869,330 869,330 00000000000000000000cf0eeabc7dc890eec9f0b9addad5e9954e69191c5669 1.50 MB 3,349 8
869,329 869,329 000000000000000000021a793d1f0d92988dd66144ff4290ed16adc1e9163e30 1.59 MB 3,747 7
869,328 869,328 00000000000000000001f80384a03cd9c3f8233f1865b2c028f12fcf28e29c4f 1.65 MB 4,100 4
869,327 869,327 00000000000000000000d58e5c1adbecdc5f88505f0c987842ebe4cc5f616dde 1.71 MB 3,526 6
869,326 869,326 000000000000000000017496840776a7b3d14ddb48c52ab9b8e7d7e714d1f0fb 1.75 MB 4,163 4
869,325 869,325 000000000000000000001243a5a1ab8aa77ebcaa571474433e8f83ad9558af82 1.55 MB 4,336 8
869,324 869,324 00000000000000000002c1ac68854608c93279f9547ab64e375f13a3a449d931 1.58 MB 4,489 6
869,323 869,323 000000000000000000024be937e8f0705c91dbae099650aa2a878fa4e282e453 1.60 MB 3,267 5
869,322 869,322 000000000000000000017f5926385f66dc265b48c9541faddebff171789ae201 1.39 MB 2,631 8
869,321 869,321 00000000000000000001f6e715e763d970565883c0d0c424f6236c0f9fed4559 1.60 MB 5,056 3
869,320 869,320 00000000000000000001e13ed92c941561f4893c26f67195e1dc5f3211126a1e 1.83 MB 5,051 3
869,319 869,319 0000000000000000000120d369b9ff30059d6d709f8a553481b317ae533b55fb 1.52 MB 6,226 2
869,318 869,318 00000000000000000001c860878c179af845ecc0dddaf0722c65fc2694971399 1.55 MB 4,338 5
869,317 869,317 00000000000000000000fdd895afabca7aa638c36a8946c22851f2b6f78904c4 1.54 MB 5,626 3
869,316 869,316 000000000000000000019bf2670fa69bd000d93d4dec180982508b805a6b520d 1.58 MB 4,821 4
869,315 869,315 00000000000000000002c3dce1c36534fe700d7dc449ad579cc91b3de927c959 1.56 MB 4,543 4
869,314 869,314 000000000000000000001eb8cb29333a9aa08e4d00f9aafdd361fad05fc40088 1.63 MB 4,181 6
Previous 10 blocks ↓
Total Size: 769.14 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,632.02 GB sent, 93.60 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.