Memory Pool Memory Pool Refreshing

2,507 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,506 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (167,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,360 740,360 000000000000000000032e9b82971c2ef2eb1362c65e01f1db5f60fa81fd5eef 1.53 MB 1,729 3
740,359 740,359 00000000000000000001b4a9359390af53f75667a8f2fa563c123d7133811bb0 1.48 MB 2,600 8
740,358 740,358 0000000000000000000446816704fc6417b36788ff430ed044769c17ae9206df 1.53 MB 2,794 8
740,357 740,357 00000000000000000005060bed9d7ef7089fc08db9b1fca7368e5463314d4f14 1.50 MB 2,364 10
740,356 740,356 0000000000000000000658669ad95ab9e41f842ed65d6b615d1a3768a3298bea 1.20 MB 1,335 15
740,355 740,355 00000000000000000006710f84fdc4ec1217da624b70da441b35a0154de38a39 1.25 MB 1,970 16
740,354 740,354 000000000000000000046c56259d7a8671bd56a0bb78bf08c3978f0e152a72c5 1.04 MB 332 12
740,353 740,353 00000000000000000007bff5f18d0c20d510c35cda9135ec9d6ed24238c56a91 1.43 MB 2,887 19
740,352 740,352 000000000000000000048a6562d0dac46f181e8cfce362ff7ec537b2bbad19d1 1.09 MB 792 13
740,351 740,351 000000000000000000009e33cc08afec9b813927555ad9a6b1ecd5e0a2fa265b 1.37 MB 2,270 18
740,350 740,350 00000000000000000005652e1607c071733631c3fbe73e212f8f8f7edb5a637e 1.20 MB 1,253 9
740,349 740,349 000000000000000000021c9d7ec85137ddae5dbc414b833d73328c7a123a5eb5 0.44 MB 829 10
740,348 740,348 0000000000000000000282c41791771c53ce2702c4e074816fc2b6add78713f1 0.92 MB 900 4
740,347 740,347 00000000000000000001a05ec52d99374109d10bfd4ada06fa72e92271f65475 1.39 MB 2,421 8
740,346 740,346 00000000000000000007766566cfed44311b0ad9b91a76c21ea49391f63d3211 0.93 MB 1,454 7
740,345 740,345 00000000000000000001f04726920871b40cb0178161eb0cdb55fb50178881a5 1.38 MB 1,184 9
740,344 740,344 00000000000000000005498d9a26ad194e5b6abb55eeeb4e4f11f72f8d779f05 1.32 MB 1,483 5
740,343 740,343 0000000000000000000699708cb4772d84c25daa07e361614cfc1c2daa9aa268 1.16 MB 1,193 15
740,342 740,342 000000000000000000029060ad70ffd66be2547ec55a0caef06b2e6dc9b524c4 1.14 MB 1,418 7
740,341 740,341 00000000000000000007536fad2a39554a3574d9fb8d997002a990fbd7ab94d1 0.17 MB 237 7
740,340 740,340 00000000000000000003b75f4453287b4006f99913cecdb61967099ad392504b 0.13 MB 251 8
Previous 10 blocks ↓
Total Size: 769.10 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,629.23 GB sent, 93.42 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.