Memory Pool Memory Pool Refreshing

2,543 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (195,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,329 712,329 000000000000000000061bac3b7e7017caab79e6ce33085f1dd6e7edbcdee559 0.08 MB 152 17
712,328 712,328 0000000000000000000bcee78db08d51ea2982d27f8a2704cb51ffb1e30e9d74 0.13 MB 256 11
712,327 712,327 000000000000000000048646a8a9bc51683fa7e4a32fbfa5ff8ba18e4d6330bd 1.22 MB 2,109 11
712,326 712,326 0000000000000000000716a6aa0be7d7a0044d531211b1961b4d00cb0a36e327 0.20 MB 302 13
712,325 712,325 0000000000000000000a46c4bcc2daf8995eb37e53bdb462aca3a6b45a081c6c 0.00 MB 15 21
712,324 712,324 0000000000000000000382f6ab13dbaf415918f7dc62ece13ff4dea2886e44cd 0.33 MB 636 14
712,323 712,323 0000000000000000000a7d0e70b2a9d800d0fa0668b3070e10d85d1856499b76 0.48 MB 818 11
712,322 712,322 000000000000000000023279425b86558f39d7cca9df784c09bc24dacb73471c 0.07 MB 198 11
712,321 712,321 0000000000000000000a2bbfbebb1f76029916224b04445a6ef30ef2ec1c9659 0.16 MB 322 13
712,320 712,320 0000000000000000000182d1817eecc072fd818c3681a26081125f7d87de3feb 0.85 MB 1,595 11
712,319 712,319 0000000000000000000243f95116e2af02cf2171067a2f1483e5e484daf49c2c 0.69 MB 570 3
712,318 712,318 0000000000000000000b23ec5989afaddb5e4cba7c249dd022423bf759f4e254 1.24 MB 1,172 5
712,317 712,317 00000000000000000006be2fd505acadd7325c2672f499f859f7ae18d3543738 1.52 MB 367 2
712,316 712,316 00000000000000000002070f09c65e82025b8179d8bc3f7d43830e2c25f7733b 1.56 MB 1,896 9
712,315 712,315 0000000000000000000bd284c9d2c64d1e78be3c60bb3ee9742753f10aea6062 1.68 MB 729 4
712,314 712,314 0000000000000000000a3540e255899865478ed1d155b20c497c71ad68d44904 1.64 MB 653 3
712,313 712,313 00000000000000000008de02c5d38449a123e259088029bed105eda17fb9c05a 1.57 MB 2,835 13
712,312 712,312 000000000000000000044ce8b905e87cb0ffb973e8cc05d303f380f0a0459fb5 1.63 MB 1,448 5
712,311 712,311 00000000000000000005917ea115c06702c7bc0298295ad815a3715572550b93 1.17 MB 733 2
712,310 712,310 00000000000000000007267f6433255f3cc97b088581f8c459c9d5a2d2c63179 1.48 MB 2,165 10
712,309 712,309 000000000000000000007c0d94b1fc7425cf409a659289fbd0df1e8fd7242997 1.65 MB 1,624 9
Previous 10 blocks ↓
Total Size: 769.11 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.58 GB sent, 93.44 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.