Memory Pool Memory Pool Refreshing

6,199 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (463,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,618 444,618 000000000000000001ee354b11edf1fc1c6501bc8ed86abb8dfac328cc019aad 1.00 MB 2,721 99
444,617 444,617 000000000000000001df6d725972a569b36bbf0c20f85e5b32b8da7ab3fd86df 1.00 MB 2,526 66
444,616 444,616 0000000000000000035c9b97a9bc7179a237221e3d7a08682380ad3e3a70e7ba 1.00 MB 2,502 93
444,615 444,615 0000000000000000032c227da6e0999051e0afdd5cc55f2771a2d68e5458c00a 0.67 MB 845 36
444,614 444,614 00000000000000000135ada99d53229642f416adbc00abe283e7874e7a2ecde6 1.00 MB 1,804 52
444,613 444,613 000000000000000000fbcce1b974e6fc44b61a37235098418962a898f2eb17e8 1.00 MB 2,457 85
444,612 444,612 000000000000000002530c40c543c4ec8a5d1d3d7bc3376c9be2e76a52fc58ce 1.00 MB 1,853 52
444,611 444,611 000000000000000002db055653e8240f0c349e201a0db9379848c9d5e9651021 1.00 MB 1,815 51
444,610 444,610 00000000000000000334e38ab7c8d0ad23dce4093a47d954f8264909abae521c 1.00 MB 1,886 61
444,609 444,609 00000000000000000270da9a67036d02cebb778646f46f69819ad276dfa46d3a 1.00 MB 2,547 78
444,608 444,608 000000000000000000d040d2bd165115e8d450cbc5ccde756d063b16f2b020a0 1.00 MB 2,370 89
444,607 444,607 0000000000000000020094fa1e8a6ec03025fda77d48857fdec24f1cbb76ffaf 1.00 MB 2,825 88
444,606 444,606 000000000000000000f0746c67c1b4a72d8f3b38dfba0be0cdecda76094631cc 1.00 MB 1,833 63
444,605 444,605 0000000000000000005699329deaf3482aef63059472e14a118926daabba8943 1.00 MB 2,356 70
444,604 444,604 0000000000000000015b5df85a8c9399299363c31e1da1390e60af613b815841 0.93 MB 2,246 75
444,603 444,603 0000000000000000017c802cfc31b4c822da74e654e3cee817afeee1ffad2783 1.00 MB 2,412 77
444,602 444,602 000000000000000001be17a344b7f6fc4a67bd12babbd1f56a6ae6d1d75123fd 1.00 MB 2,837 105
444,601 444,601 000000000000000002824fedb602f08bf926fe2e7f0b5d64227cd0854d5d50f7 1.00 MB 2,578 95
444,600 444,600 000000000000000000f2085ab75fa5170fb1df5a335c79e78426063487486418 1.00 MB 673 27
444,599 444,599 000000000000000002584b48b56dcbda1b118ce42d31faea229875cb23eec58c 1.00 MB 263 19
444,598 444,598 000000000000000003198082a52f6feba8e8e9c89de0bd201f023cf1295b0a32 1.00 MB 1,852 49
Previous 10 blocks ↓
Total Size: 769.22 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,634.66 GB sent, 94.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.