Memory Pool Memory Pool Refreshing

99 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,604 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 91 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (818,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,126 90,126 000000000006263744974082eb4c47206837a61d18f7b3cbb8ddfa76be039dcf 0.00 MB 1 0
90,125 90,125 000000000012fccbde8e1219c0f926bb6cc81efe8012e7d84d354d7a3d33edc5 0.00 MB 1 0
90,124 90,124 00000000000b5f8a4195bf80422b7dca6804134ed662b9c8621dc009da8f090f 0.00 MB 1 0
90,123 90,123 00000000001529040ae66fe8ff4eb86bd039cfd243c12eac74307d37af3c6d5c 0.00 MB 2 0
90,122 90,122 000000000014ec2e62294703d80c829af48f4e52d8a54a94f80986b12043911e 0.00 MB 1 0
90,121 90,121 00000000001164bba8bc2a6195fc993f8b2549328fadd1687d9ebbb40d2bc7c1 0.00 MB 3 0
90,120 90,120 000000000005fcc2b25a4b8377d7f389ab050d4c62dda0fdac59f609bee7b9ad 0.00 MB 1 0
90,119 90,119 0000000000110d18efedcb9fc7955373fc1f26c65efeff123c72fa8b1606692e 0.00 MB 2 0
90,118 90,118 000000000008f2f17884031c3ff972d91dabf4d292e8db9cd024910ecccaaac8 0.00 MB 1 0
90,117 90,117 000000000012dc2026acd6e4400f1654feced1c5ce721ace672a16ca335eb68f 0.00 MB 3 0
90,116 90,116 00000000000d87ef2cf7aa1772116663eed77e09289f9e66e699b501c1d3a779 0.00 MB 1 0
90,115 90,115 000000000008509d92ddb09ad8e7ac63c4f78d7a805c28dc381572b3b7c0d566 0.00 MB 1 0
90,114 90,114 00000000001196b0cb7fd4acc803ad3731802449cbbc2c5bb9f7258668d01e8b 0.00 MB 1 0
90,113 90,113 000000000014ebcb227ca346de5fff8a8afd8daeabf51f35f5e6a3f41d6472e2 0.00 MB 1 0
90,112 90,112 00000000000fcd233e79aff87903cec6a02e09a458a36916e3ff2879537d779f 0.00 MB 3 0
90,111 90,111 0000000000044001df3eaca1b8e355983cf167577f25490262acbea11b5c1f98 0.00 MB 4 0
90,110 90,110 000000000007cc1ebd08e41eba797b4c268626625dc1e3ff6f574769e7054f93 0.00 MB 2 0
90,109 90,109 0000000000022a7bd45bd3f9309238f011e840d8550ca14615ce07a18952c5fc 0.00 MB 3 0
90,108 90,108 0000000000066d03c286b24a78a481831003cb6187ee32eff1e51ef1bb149315 0.00 MB 3 0
90,107 90,107 00000000000549abbc2f0cc76668c7bb6e52eccf3bd9f41db195dfd58e897367 0.00 MB 1 0
90,106 90,106 0000000000086005b4d1b15cf44cf4235f1ea45980587f01c39f18c392a913e8 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.58 GB sent, 101.04 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.