Memory Pool Memory Pool Refreshing

1,757 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (315,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
592,618 592,618 00000000000000000002c76460d6acfadeb53ee20e6d6b86f31a3848e99f85d1 0.17 MB 460 13
592,617 592,617 0000000000000000000b63da51a6d5e3e1496a36f89fc8ca5e02b9fe30f41156 0.13 MB 367 22
592,616 592,616 0000000000000000001277f372e27571c2afdccfb59443e9c0842ba15cd88716 0.33 MB 844 17
592,615 592,615 00000000000000000012728c50748095b472bd81e9c2c10f91d266d1ca9f5fa7 0.37 MB 1,008 14
592,614 592,614 000000000000000000075140d293a7d1966558f30136ca8bf3d005dcc87ae753 0.62 MB 1,713 16
592,613 592,613 00000000000000000015abe226dba6a9abd735f0fc674b99edb72e2cdb460528 1.24 MB 3,282 24
592,612 592,612 0000000000000000000959a83ec78b417df3be2b54a3f59471c74362b390c646 0.95 MB 2,586 18
592,611 592,611 000000000000000000137b8dc3f1a1b11e56c8804fce390e8117aa7dea8c1615 1.13 MB 2,822 17
592,610 592,610 0000000000000000000a103174724a4a12e4b88b7672675fe07919abee5d6888 0.61 MB 1,522 3
592,609 592,609 00000000000000000013eda936c4fd6372bd8a61922217f1238a84961d27ea41 1.24 MB 3,010 25
592,608 592,608 0000000000000000000907c04e908cb489307efa463ae849f3f33d59482e4c31 0.74 MB 811 9
592,607 592,607 00000000000000000009d3f9c1efae3bc3189dc191c93b4397e324527089e871 1.29 MB 1,952 5
592,606 592,606 0000000000000000000c84161247070f08cf7e095e7434968985ac7cbc69caac 1.09 MB 2,754 4
592,605 592,605 000000000000000000042e8a056cdd929e3c2edab2b45fcc8f2e55ec98793847 1.21 MB 2,209 14
592,604 592,604 0000000000000000000d9ad2b4732990eaa2f573cf0b891286d99415da6bd70b 1.40 MB 2,056 25
592,603 592,603 0000000000000000000f402802e93d10205d639310ad25fb8a28ba1fe6f59ae4 1.27 MB 3,221 39
592,602 592,602 0000000000000000000b7b3ee5dddb50bd1ef770289ee2af397e8ab9a46ecd10 1.09 MB 1,573 14
592,601 592,601 000000000000000000184025975236c66f18bab40f1f5daf4d9162af0caef1e8 1.14 MB 2,354 24
592,600 592,600 00000000000000000009e93621499e5a63d79a6293609ce52e95e93dd49cb1be 1.22 MB 1,904 18
592,599 592,599 00000000000000000018947725d2ca64ce06e413fd6d37a4e4a084777c214d97 1.23 MB 2,798 44
592,598 592,598 0000000000000000000c1e072eea34191ec1e6ead55e4e04ee8a3c2d90d2f11c 1.06 MB 1,666 19
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.