Memory Pool Memory Pool Refreshing

7,609 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,235 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (658,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,619 249,619 000000000000004764f99802902b94e08db7b0e9c096a450fd02d8e9ea16b739 0.09 MB 161 85
249,618 249,618 00000000000000863c608b0ea4b74e0a703ac6bcb83705ba11faa74b4c4b3b8b 0.00 MB 1 0
249,617 249,617 000000000000007cca76c0ae0ccce908b6e26676f4db53729ee27eb226ff05a4 0.25 MB 560 135
249,616 249,616 000000000000006c3de983f69d8e01e384918dc757ac980c2499c393f7718dc3 0.03 MB 63 65
249,615 249,615 000000000000005097f1d77e054014a2d335f8136c5fd19e31a2da832bd6b4b7 0.24 MB 536 131
249,614 249,614 000000000000002f5ef2091de1f7040e0200170979f005bb053d66ece348e121 0.13 MB 296 116
249,613 249,613 000000000000004bf9970c90c1888e0354843795148cd863676d234326498426 0.03 MB 58 80
249,612 249,612 00000000000000582bbbb389f240c060187a3ca6822ef6b5d8352f34ba4911fc 0.04 MB 82 96
249,611 249,611 00000000000000667a8cb3cb8a0528b46ca6a2984b85b51f1b728cfb1685eee9 0.04 MB 106 129
249,610 249,610 0000000000000077f235cb7826dc22c309fb56fc18ef9935b7dc7e62c01ada71 0.07 MB 156 114
249,609 249,609 000000000000005ce575a7686fdd108bf24ae40f7d849aca9b781db13bd8bda8 0.15 MB 288 88
249,608 249,608 000000000000003db6fb99c8c57869f823444ac38d096903960128e124322707 0.04 MB 128 121
249,607 249,607 0000000000000034a52aa028edfd4bf83f1f8a46b9e741ff6ebfdcfa10e8da3c 0.18 MB 351 112
249,606 249,606 0000000000000083422b6283bdd195a545c65589534f0b1af0c1cd5e65348234 0.09 MB 231 107
249,605 249,605 000000000000006cb0330aee7b1175fe6a3baaead91310f9c036193447b8b4e8 0.05 MB 124 97
249,604 249,604 00000000000000690d8344cbe21ec74f2e0bdb658b6c02e95a98aa40ca3002a4 0.10 MB 172 100
249,603 249,603 0000000000000081be977a844d1dd858d65a0d910fefb79b13b43bac3795b785 0.23 MB 555 137
249,602 249,602 0000000000000036742859764a0d3ade60bc1d395a51f42b2d2810b940f5756f 0.07 MB 156 92
249,601 249,601 0000000000000024f239d5f4feece3aa65b5b282eb34def13a2bf420a433b2ae 0.26 MB 618 119
249,600 249,600 00000000000000735a1b6a809c40ca6782780270a951ce1422e0e5f2da8348f6 0.04 MB 75 69
249,599 249,599 000000000000007b4df256fc032186a6d4302f3f9d29dd085fed45061154aaaa 0.16 MB 368 120
Previous 10 blocks ↓
Total Size: 769.13 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.57 GB sent, 93.56 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.