Memory Pool Memory Pool Refreshing

12,222 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,036 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (549,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,673 358,673 0000000000000000020854d17a2e1289869ed7bac0d80012e92dccd3a88a2412 0.75 MB 1,444 28
358,672 358,672 00000000000000000aba559d2d9f5f49e712d5cbafc657e053a7c6cc6e50c339 0.75 MB 889 9
358,671 358,671 0000000000000000141d07cb800e07de973dcfab9ba14f3dcf71d7a8a3254a27 0.75 MB 1,613 30
358,670 358,670 000000000000000003dfd137d6546ea731c9e400164b4cd86a9d00459c006ec8 0.75 MB 1,502 21
358,669 358,669 00000000000000000952eac4203b730a0cc25adc43e6440fadaa0d8ad642911b 0.75 MB 1,016 20
358,668 358,668 000000000000000001239329802ba617b4fe2535d071afd4bbfbcd2b4f1e77d8 0.00 MB 1 0
358,667 358,667 000000000000000005c26b48488f925cdf7a9ecbac62ad9edbfac85d4390e4bd 0.75 MB 469 15
358,666 358,666 0000000000000000020d09d45f444c20a96ee4365b4da9d738910febbd3b10da 1.00 MB 1,191 19
358,665 358,665 00000000000000000254feb312316ebced8a39e9ff05e41f299013a582150f88 0.52 MB 1,024 27
358,664 358,664 00000000000000000d1201a3914207fcbc048474883c8e0a0d511c61fc96ffe2 0.75 MB 1,032 22
358,663 358,663 0000000000000000002f02bf36f19d47fdd3eba353c071337e77dcb1ccc55ab5 0.75 MB 1,939 37
358,662 358,662 00000000000000000d681d48aa281cb752c4c1ed5a217330787fca426d3ee894 1.00 MB 2,319 34
358,661 358,661 000000000000000004766374575475186fa19b3ae804e0cb655cb7b0fc93a67a 0.58 MB 1,143 26
358,660 358,660 000000000000000005749949120b2a9d59a91cde6a0ba6c2d327d12b0fe230f1 0.33 MB 538 21
358,659 358,659 000000000000000011fbba741fb215e9af2910b20554c51fb30dba8fb98a5e2c 0.24 MB 446 24
358,658 358,658 0000000000000000067679dc84836fe28681db6c564a02c546666d72388848e5 0.35 MB 241 7
358,657 358,657 00000000000000000e4c41f5d86b569703b0abbd57834d4ee19c28ad5a87c704 0.05 MB 113 30
358,656 358,656 00000000000000000b306109cd402062d76537ed28920bea07c7311cb8d6c67f 0.44 MB 667 26
358,655 358,655 0000000000000000045193ac72f6690b9e79adbfcc94372a4123f562c3128f93 0.00 MB 1 0
358,654 358,654 0000000000000000138eeec66d485433685bd8122820ca0421b8aa0bf5490495 0.75 MB 852 16
358,653 358,653 000000000000000004d743087410d25a5c07d4cb831e73e82eb671dacc0a14de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.