Memory Pool Memory Pool Refreshing

6,036 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,966 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,024 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,965 (612,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,563 295,563 00000000000000006f48048751363626de22f4341a729f58d64d74841d1a4806 0.04 MB 41 20
295,562 295,562 00000000000000001c2a9e1cadb490f749c4c020783d111b13c619442b9c7413 0.12 MB 214 45
295,561 295,561 0000000000000000540694ebd27b4f3c35381eefc702384e581d1c779fce45fe 0.32 MB 526 56
295,560 295,560 000000000000000045fc07c28c84bac5c748cb9fee29266a5510d3574666c8e0 0.07 MB 77 18
295,559 295,559 00000000000000008a254e4cd611a961361c58f3c107b343e076a0b2f2ae3329 0.02 MB 64 37
295,558 295,558 0000000000000000af4ec2fcc8c0c8d867ce1f7b53335f7d3c29d91f2f5a5438 0.05 MB 106 28
295,557 295,557 00000000000000008e17d4fe69f81aac1ab0793e023bd03cc23f5f14c3d9d5f2 0.02 MB 64 42
295,556 295,556 000000000000000017f96a2dd6968c769d0d60e044b161076acb1dc9bb081ee7 0.00 MB 15 81
295,555 295,555 000000000000000038eb952c7dcfa878e89b21ec26da9b4ee6b8ed38f4ba8cd4 0.05 MB 131 33
295,554 295,554 0000000000000000816fbe4f058130a9801b61deef9f03d0c50a00751c6f762a 0.08 MB 94 28
295,553 295,553 00000000000000001d2dc14475336d7362f4d49703449aebbff85a2d9edb38dd 0.03 MB 40 41
295,552 295,552 0000000000000000259eec8b204a15f35f10bb7c79290883b8151700a5499502 0.04 MB 71 34
295,551 295,551 0000000000000000356065d0d80b216621ea350b422599ea671859492a047c06 0.03 MB 57 25
295,550 295,550 0000000000000000589af5519b8711c740cefd6754162f255581b42a90ce0a3a 0.04 MB 86 33
295,549 295,549 000000000000000025cba6d5d6509bf9008a6758b193243b65776bc24ec29ec1 0.06 MB 115 28
295,548 295,548 000000000000000012dedd429cf153d5ef033317e932af3fc8dee154d5c6d320 0.21 MB 106 15
295,547 295,547 0000000000000000820841f0d6c3e9ab659795e762e9a81be41486d126c6175f 0.11 MB 256 39
295,546 295,546 0000000000000000afb28844d8d92202e1c27648b7314f26e47a3151a7efa3ca 0.14 MB 93 16
295,545 295,545 000000000000000061784a5a72f6b9cbe84b29a959d3ffc85c4d93b69430d4a5 0.25 MB 454 31
295,544 295,544 0000000000000000aa87d65a7764cfdb293a659dada935017c6316ba01ea6fff 0.01 MB 16 40
295,543 295,543 00000000000000001faa996e9dbc3e2ef72f9e050f2ca6a540ada90a045f6bf1 0.01 MB 30 35
Previous 10 blocks ↓
Total Size: 769.48 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,646.49 GB sent, 95.36 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.