Memory Pool Memory Pool Refreshing

4,956 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,710 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (114,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,044 793,044 00000000000000000004d3c25222a574504a0a8f68efae425e25b2f541399783 1.49 MB 2,568 53
793,043 793,043 00000000000000000001dbc1bd768665499c10634a9027f8fc1a1f8fe8dee584 1.72 MB 3,035 39
793,042 793,042 00000000000000000004f69dd7801d103b932c7fc73a53c31c302cd306650c84 2.03 MB 4,865 39
793,041 793,041 000000000000000000024ad9f1758eb4fefd6f852c8088ba4261bf78d5828f51 1.78 MB 3,646 43
793,040 793,040 00000000000000000003218da001b8563b5ad5ba5c4c5a01df25cfe46811a10f 1.43 MB 2,577 68
793,039 793,039 00000000000000000001a79bdd9de213900d57fd84a964d8605e672dffdf6f6f 1.78 MB 4,183 43
793,038 793,038 000000000000000000056e78ffab31133b04fed6aff938e9b58e21d72487f2bd 1.73 MB 3,433 34
793,037 793,037 00000000000000000000d282e81dbda84a3b4f995cd6c82b831a5f6e05fe4297 1.72 MB 4,128 47
793,036 793,036 0000000000000000000141a44c7dfa0a6b51501ffe715c50217e37e338fb8631 1.71 MB 3,281 50
793,035 793,035 000000000000000000011f6bbbbc91e4bfe7a86ec90888fac93b843d7b5ad09b 1.42 MB 2,440 41
793,034 793,034 0000000000000000000113767ce3561993c18be9200a88ae19a8be8eab2e481c 1.66 MB 3,244 57
793,033 793,033 00000000000000000004fe844e07097cba889f241c5348c8d36b78ca1118ca8a 1.62 MB 2,515 41
793,032 793,032 00000000000000000000af74bcd5abed85ca755a5545e967ca4599f54c6a1cc7 1.27 MB 1,486 60
793,031 793,031 0000000000000000000118aa20fedb3d86900b58308acf121069dc5cb6bd7e34 1.66 MB 3,520 42
793,030 793,030 000000000000000000043d4dcc11df87038f8e21d2705aa56790edc7b2f15b43 1.49 MB 2,349 66
793,029 793,029 000000000000000000033be6c5a7a0284ba065bee93c9305c1e34f5e06ebc258 1.28 MB 1,911 76
793,028 793,028 0000000000000000000163cac6add5711ab96c2d9127f33bd2c91c47ea3ba9f1 1.80 MB 4,416 41
793,027 793,027 000000000000000000000e4a28f7b5a17f50b7186c1256c3b9c9dc99ffdfc06c 1.65 MB 3,506 46
793,026 793,026 000000000000000000011d3381c1cf533ced0dddc4183d19527c768115e9750d 1.74 MB 4,521 52
793,025 793,025 000000000000000000024de65b576395ee8fa6f6adeeaeebd6f33d6dcf6bb615 1.62 MB 3,606 52
793,024 793,024 0000000000000000000550ea6a28ead453d8bdfe88f6cac547f8bcdb69eec625 1.83 MB 3,544 46
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.