Memory Pool Memory Pool Refreshing

19,659 transactions
6.31 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,603 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (687,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,550 220,550 000000000000035778e3e94bbc8f51052e429dcec027fafb7a1d41ede1563b4a 0.25 MB 347 44
220,549 220,549 00000000000002d558997060472c70f0ef7465ecbd630773cc6758bcec331806 0.25 MB 690 212
220,548 220,548 00000000000000e9459bfa476772885e2a085e2d5f931e52b37827261c280c34 0.08 MB 167 175
220,547 220,547 00000000000004a62bac48e977101c63a9def3728f6b724f703a3a6eec7fa624 0.25 MB 541 203
220,546 220,546 000000000000000e14ae88a0ee099e98be388230fbc0a67cadeba872cd6f15a9 0.25 MB 605 191
220,545 220,545 00000000000001b6ecfa1449033a13ae79dfcd2c1c0aa3c94b667015a6ecb923 0.31 MB 839 235
220,544 220,544 000000000000010d9d76cc1f28e5ceec87c50e64c5192f9202028f20603a0858 0.09 MB 150 125
220,543 220,543 00000000000000d322508c421236cb5e9eb95717e8292e8ce3a256ac418b5e99 0.00 MB 1 0
220,542 220,542 00000000000003d21e195ffdad6bc91e8c3dabbbf12d102f8819d5ddf9b18377 0.12 MB 194 107
220,541 220,541 0000000000000006dd6d612b0feae56623f9c026a33bda4c158edf38b30d7bf6 0.25 MB 690 224
220,540 220,540 000000000000048d649eda7bc1bd72534eeb14b7bff657e4d8c7be61150c069d 0.25 MB 764 224
220,539 220,539 00000000000002985b80ae5addff6bfbcff626c3ff39b762e57d470702182d03 0.05 MB 110 62
220,538 220,538 000000000000045966c0a85148422ddb4606f5296b0e9ef2bd373d6dd516f927 0.28 MB 687 188
220,537 220,537 0000000000000410d850cf70cabffea1eaddde5547537dfd418ec9044430a4b1 0.04 MB 77 10
220,536 220,536 000000000000044b4454a9a15c97ae66c31d57efeee3ed22cce2c1b6e11acf85 0.14 MB 335 217
220,535 220,535 000000000000038314b082ade3ffadd60e7945b0c8f92ff5b745e14d1dbf48bf 0.00 MB 1 0
220,534 220,534 0000000000000232231cfdae94a1cc0560c231a111d51d81ffb9331eca4758c3 0.13 MB 310 211
220,533 220,533 00000000000000a2e7dc57c73a7d9c5a9b588fef7e5b32f9e63c018191ee8bf3 0.26 MB 618 213
220,532 220,532 00000000000002de003dced1966a8c35a0da798182f89ffa6592495366065887 0.07 MB 178 204
220,531 220,531 00000000000003f9d3a5d1adab0b3496bdd4c54ef1d3c8343b7f6b56e5bdbb83 0.02 MB 55 161
220,530 220,530 00000000000000fe989173e71ff733690ca81b27134a508ac5adaf185aaa48ff 0.14 MB 310 164
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.