Memory Pool Memory Pool Refreshing

7,233 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,782 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (837,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,273 71,273 000000000086b6af399d4b7f5d88b9e51fa680560a71f562d8f1ef7a154e89f4 0.00 MB 1 0
71,272 71,272 00000000009d76f56000270a195e1a22f9d0709ab2ec2953703d1c542cae00d0 0.00 MB 2 0
71,271 71,271 000000000094c2a3f4a62f713060616a3b027c38faeecdc015b6172b2f203e66 0.00 MB 2 3,861
71,270 71,270 0000000000bc2bc5ed3a4f38b3c2e0efaa0fdcf8cacf13c867fc6a9994a7f0c0 0.00 MB 1 0
71,269 71,269 0000000000b022c2ef830528e90d72d3e8b6a1f92e09ab7612aee20b53d9422c 0.00 MB 2 0
71,268 71,268 0000000001083925f1232086a8d037dc10c3faff860d7c04f60c8947aa83a99a 0.00 MB 2 0
71,267 71,267 000000000023ee051a98dd6013c35d64b3a9ef1262169ff7dee994ff832a49ba 0.00 MB 1 0
71,266 71,266 0000000000a9790a0493e3a0527ba56b8b72342ced985fd0ebc265fbdbe580f5 0.00 MB 1 0
71,265 71,265 00000000000795fc2f810a798301c6549bf5ac1283c579e6b3b9019a575bd8fa 0.00 MB 1 0
71,264 71,264 0000000000c2fa9977a0188d5da684131d8909a6a41f6d8923679fb75911a3f3 0.00 MB 1 0
71,263 71,263 0000000000749a620c367c2df1781e5d2cbcfbb59e5a5f0f9e376c28066271be 0.00 MB 1 0
71,262 71,262 00000000003018d9799ea96987d2f3badfd75d7dd0dcd2a17e39a337304842c9 0.00 MB 3 3,875
71,261 71,261 00000000009cdac773ebd06162258e2718629cfcbb2970e855f0478d0722ad93 0.00 MB 1 0
71,260 71,260 000000000038ad617d79f9db4de8ffeabab77c043ecefd70a102cea18438c91c 0.00 MB 1 0
71,259 71,259 0000000000d40eb0a3c3f3a06d2ed9cccf68de976d6e3a94e3790f6e9a109cd3 0.00 MB 1 0
71,258 71,258 00000000010bd6604769eddea0766dfbe0f7cd7ebedff4f273b8cd94c219d180 0.00 MB 1 0
71,257 71,257 0000000000105361658d7ceee26ae2eda78ade5277f2868752c69306395c8465 0.00 MB 1 0
71,256 71,256 0000000000a98b4202b15bcd82e6c5544b62d08e6a9cc335b6db1be5dba4641a 0.00 MB 1 0
71,255 71,255 00000000002b435d1e290d25e7bb498f47071ee5eb5c21ebedb3474b3b500fb8 0.00 MB 1 0
71,254 71,254 0000000001027a53139696e3659e2e1a0df5e5b23492514a14dce6c26612cbe7 0.00 MB 2 0
71,253 71,253 0000000000002ebbc7d88175555a0941f76cb113a305bdc5631f66b0c1e0e698 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.91 GB sent, 100.90 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.