Memory Pool Memory Pool Refreshing

19,417 transactions
6.24 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,398 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (114,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
793,023 793,023 00000000000000000001d707e1313d040171669546232aed670ef97921529429 1.58 MB 2,832 61
793,022 793,022 00000000000000000000b5bb7e40d8b42175464ac1050787811423e870ae07f5 1.35 MB 2,293 81
793,021 793,021 000000000000000000050d174359e735423d38868f1fdd2503e0e5977e534c66 1.61 MB 3,490 52
793,020 793,020 00000000000000000000a33573c525d6633405067bd4d474b9a87cde80eab6f5 1.51 MB 2,084 62
793,019 793,019 000000000000000000006f6868d8a7c92512cd044769032255c9610900e67a81 1.55 MB 3,190 61
793,018 793,018 0000000000000000000443e5ebdebd7fa4a19badd2139da1d37453e071edb2e0 1.04 MB 349 69
793,017 793,017 0000000000000000000152f5f1334cf07a698543e999bdead287f35167bee728 1.46 MB 3,038 74
793,016 793,016 000000000000000000045562f3e108357aa641598d9b28f33c5da3d0279dd874 1.61 MB 2,545 69
793,015 793,015 00000000000000000000f988958756c5c75551779d4c8d797d2ec1a480260581 1.35 MB 2,331 77
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.