Memory Pool Memory Pool Refreshing

4,194 transactions
1.52 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (679,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,636 228,636 00000000000001fda1562ef010d57b553f508ee18f35d09d1e964fb978f7f429 0.25 MB 543 172
228,635 228,635 0000000000000164145ec43f6c500096862057fa54ba387a1ef2bdf45b358229 0.25 MB 797 238
228,634 228,634 00000000000001a1926abca7ae9b4e570c0ed8448d76f3ba0a08af66ec1fc886 0.06 MB 182 18
228,633 228,633 000000000000003badbcaed1a120895cc02eacf2d7393901477bc00e9120ce1a 0.23 MB 553 185
228,632 228,632 00000000000002651c3b1c471fc044b9f68a9bd7bd86a13341c8b37e30e0b37a 0.00 MB 5 0
228,631 228,631 0000000000000219e3b57f161e452f48d3c3fb03ede57ab96ec8b6c90d99b72b 0.41 MB 1,055 187
228,630 228,630 000000000000003bdacc42b11b4a8c47cf0b4560c77cc63b2bbe88299c77b0fa 0.14 MB 303 132
228,629 228,629 00000000000001192a33f487720c01477b41da3712c710cc5aa183b8de0d3482 0.11 MB 271 181
228,628 228,628 000000000000008db609cac01201eb1e9c4a38c6da9846b28bce0df2efdd81b3 0.13 MB 280 163
228,627 228,627 000000000000022c35a625928e00bc6809f63f9f37cd6c8dfab4a65c13171f1c 0.20 MB 373 165
228,626 228,626 00000000000000ef5e937561e8714fd7a320d39f78bc9a7c33aec08a9c63b7b0 0.07 MB 101 128
228,625 228,625 00000000000002540d2f4e7540e02202b8c04bdea31fd86455824df50218bc17 0.18 MB 511 241
228,624 228,624 000000000000015db748d8a24b6d0ea8686eeb90a8232c26c53d15d306ff2a65 0.14 MB 110 45
228,623 228,623 0000000000000180ea981059212f469f07a1dbbc4ccd019c7de6e21cbb08c81b 0.20 MB 348 117
228,622 228,622 00000000000001584c673569f1dd6f95dd13b3f8b4cc07feb1662a4f8aa5f180 0.25 MB 807 241
228,621 228,621 000000000000023f657b5e1239784fb96d30eb597463a1b612208599f7d896ac 0.06 MB 185 56
228,620 228,620 000000000000018a5583be0a06c21aafe0f75f2f2af23e83baa55a2303519fff 0.21 MB 476 172
228,619 228,619 00000000000001e157eb8bf50815d036c25d5d3f399efeeb33ff6efe4457d2b0 0.14 MB 377 186
228,618 228,618 00000000000001e420bd949dc9b683dfca6778a3135479753f153f33b0ea9c39 0.06 MB 94 121
228,617 228,617 00000000000001bc5ba7414ea30e890eb60cff3b74a074e8f9378828c47dacf1 0.15 MB 356 168
228,616 228,616 00000000000000b208da00fd2283968d99361f52ee2b0dba8649dcbecc11d577 0.19 MB 382 192
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.