Memory Pool Memory Pool Refreshing

7,610 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,270 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (754,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,614 153,614 00000000000005883087d82c2f949ac6eb1cfbf2d02c8146b835d8ac7c41c77b 0.03 MB 51 74
153,613 153,613 000000000000023652eaaf4df7ed193fb119db4202f38bb7f968201b460461a0 0.05 MB 138 19
153,612 153,612 00000000000009a9f0adaa3b1deda0a790a1845dc11eb77fef5692ef7ae56d11 0.00 MB 11 0
153,611 153,611 0000000000000aed270c4486a9ed0bb11e27b0a9c4e8a30df2821ba4118f93ea 0.00 MB 9 16
153,610 153,610 000000000000020c217c4010d3383b1121b110cd50228f055840384116479567 0.00 MB 11 47
153,609 153,609 0000000000000b8aa2c8fcb89ef2b461ea836b8492a5dd20526ca8f584494e08 0.03 MB 33 115
153,608 153,608 00000000000005c2f4bf0bd971b89adb528cf91a385190fc281f94ead06850d6 0.02 MB 28 0
153,607 153,607 0000000000000c113c3fe718b23ad4d9e4ba2a5265e9049ab2303451418a410a 0.00 MB 13 16
153,606 153,606 000000000000047912eb630f327a59b7341c875ae346b2001dfefae97c1021bf 0.03 MB 76 188
153,605 153,605 0000000000000ce6abe0038c1c0fc764d72e62f49d01dffeac3a64ad4578920e 0.04 MB 85 148
153,604 153,604 000000000000052292e0b44756ec93c37d9fa4e974c82b10f205cedfc241986b 0.00 MB 10 46
153,603 153,603 0000000000000434485ebbffcde54b1870c9598f2d5e50b3859770282a15d690 0.01 MB 25 352
153,602 153,602 0000000000000379c3821a2c69e3e3735becd25e3c6b8a39889ab834b8438052 0.05 MB 90 60
153,601 153,601 000000000000088139105ca4f891d866ff1e881b057492c8c8de3f36c4186982 0.02 MB 47 136
153,600 153,600 0000000000000cd8df9cd9b79aeac2cdf675d7e746e821b0300e818082d3ae01 0.04 MB 107 42
153,599 153,599 00000000000003deff0e27f8448625e4374a00590987ec63c6f368d1cbf68f29 0.05 MB 158 47
153,598 153,598 0000000000000aa9db2272cecf12f8ad55ffcfb5a2eb501549ab7b2b8fba6c57 0.05 MB 130 162
153,597 153,597 00000000000000bed0f505f9241f1e41faf0fba231278ff21612f6fa21310be0 0.01 MB 21 23
153,596 153,596 00000000000001cf756ac6fcea9261fb391e8517577eec369ebb4a4106fb6f40 0.02 MB 46 125
153,595 153,595 0000000000000375104ee92dabdbc38ce608c8604ae216f891e973616ca615ca 0.03 MB 82 76
153,594 153,594 0000000000000356ccf2432391518298c862a5837f7adf9ebbce4c5f8510523b 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.