Memory Pool Memory Pool Refreshing

1,457 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.43 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (38,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,565 869,565 00000000000000000000117326c91f30bd0ca36f72ce5bdff2396f10330295ac 1.64 MB 2,775 15
869,564 869,564 00000000000000000002aca2ddb49aae16e4fae752b7cefbf6c94362abef037c 1.94 MB 1,741 3
869,563 869,563 00000000000000000001e270f72c40ea990245a4184053c949fb74eed153e40f 2.08 MB 895 3
869,562 869,562 00000000000000000001842db96ee574963808828fb8bbacc7e6cc2037049d98 1.71 MB 3,062 5
869,561 869,561 00000000000000000002b27c9e4e6bff669bb9b85913bded0493b4593e90c750 1.74 MB 3,118 4
869,560 869,560 00000000000000000000c0403d42e5f64b2cd8d5e8c0e5720a4f48585cd27de4 1.37 MB 1,467 5
869,559 869,559 000000000000000000017d3161eaa2a11210694fd49898a36337d327543fc888 1.55 MB 3,358 13
869,558 869,558 00000000000000000001482db6879d2ca33933a72d09a2d091920682a6359f3e 1.61 MB 4,671 9
869,557 869,557 000000000000000000006919b9daee3e5f4a169bc8b4395f4ed9afbdd71c581d 1.52 MB 5,022 28
869,556 869,556 000000000000000000017846fd7bb351cb5e642ff71efa024b2c8c1c45db74b4 1.49 MB 5,744 55
869,555 869,555 00000000000000000000c5c817f5953d59d6ac9e214d080a1786361d71df99b1 1.49 MB 6,360 116
869,554 869,554 00000000000000000000208915a197849bd86bd3476e88e88e352b285eb6e7e8 1.43 MB 6,718 174
869,553 869,553 000000000000000000006b7578c5dbae8f39c459d436454d97241cd8034bff9b 1.91 MB 2,420 3
869,552 869,552 000000000000000000024d1c1ba964b0aeb8ae39e3e2497e944af1dc48706bb9 1.78 MB 5,979 3
869,551 869,551 00000000000000000002695aaa47b30e0ef7b50c139c990355635825d47749bc 1.91 MB 3,836 2
869,550 869,550 00000000000000000001e6ec47a33d14126c716d7802c1096dca6277872bbf51 1.54 MB 4,723 6
869,549 869,549 000000000000000000010c629c527f439c59e9a0d677d6e573f1d84ba8b82809 1.75 MB 4,333 2
869,548 869,548 000000000000000000026e3430dd37ddd579ebfc10373b6f4e70270ebad33387 1.54 MB 3,757 7
869,547 869,547 000000000000000000022a75280645565c9ba03259b2e8f3cc8b5e77d520d89e 1.56 MB 5,051 5
869,546 869,546 000000000000000000026579f77ec826fe0782cbcb59a805cc3848621231eba4 1.62 MB 4,463 5
869,545 869,545 000000000000000000015e6719dfb2c20a9c35be681900fcabfbee2329b0d915 1.47 MB 6,228 4
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,631.95 GB sent, 93.59 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.