Memory Pool Memory Pool Refreshing

5,602 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/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 1.00 vMB 3,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (459,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
447,900 447,900 000000000000000000f8d3af8d00573d5a4d7ec30a8aef9c24b80778e6a154f1 0.01 MB 42 80
447,899 447,899 000000000000000002023fd312c524410aa5735ee176b1e6349d24f23fec4777 1.00 MB 776 31
447,898 447,898 0000000000000000011ac5a20cae5471601c2bb2e264d61e62189344ea791bfb 0.80 MB 1,472 68
447,897 447,897 0000000000000000022a0ca71d88f7c90858fe1c2fe2bfbacc4785444657a451 0.99 MB 1,427 53
447,896 447,896 00000000000000000279618d41ca6453ae6c6a817c540d3353ca8801fe1ba89e 0.19 MB 398 79
447,895 447,895 000000000000000002962898ed85d6dcec65a60ee3232d4203738999d601c812 0.11 MB 286 89
447,894 447,894 000000000000000000598e93dc86f083ee1469b206d15bf75bfd43502d59f6c7 1.00 MB 662 24
447,893 447,893 0000000000000000031841b382f78f08ea73c181eac748307211945ff8032758 0.05 MB 97 82
447,892 447,892 0000000000000000004d3cbf981d3a8c63a6e8548a7f733b92bd1d997ce251a5 1.00 MB 1,703 55
447,891 447,891 000000000000000001f593451f3270f16441d3f92e5c43b0450c4e6ca2fc8cdf 0.54 MB 1,402 82
447,890 447,890 000000000000000000cb09ce98a1f3f6af067f78faf29e629b89ea4b0eb80518 0.13 MB 207 50
447,889 447,889 00000000000000000209eb2e0153704d13bf17f77cc10e2e3af9b7967dc5a859 0.30 MB 648 67
447,888 447,888 0000000000000000001f88a4a8218925bba092227c593f8789b5d684d19f0852 1.00 MB 2,248 72
447,887 447,887 0000000000000000006e468b4bed638c24441168581c5790dccadc7594ad80aa 0.90 MB 1,639 55
447,886 447,886 00000000000000000025836e18f27d2c14c18557ffbbc6723072edc836e745ec 1.00 MB 2,790 91
447,885 447,885 0000000000000000023605119db9299de70c04fa416de71b7ba440ce0397ca72 1.00 MB 2,066 65
447,884 447,884 0000000000000000019d23ab5ba64e6f851354a513b81be987e92d847e713db2 0.97 MB 1,959 61
447,883 447,883 0000000000000000016b8ef2524b05faa8c099359910159e3e2daffd4e0f2d36 1.00 MB 2,470 72
447,882 447,882 00000000000000000050eaf7ead3f86ab3dddbdb52d56bf6aa2275147cf923ee 1.00 MB 2,582 96
447,881 447,881 0000000000000000026bb30958c77eccd877320982ea64b22f654040b9bf33d0 0.00 MB 1 0
447,880 447,880 000000000000000001f13fe6e00d5288f6d75973db9a9f6c9fc4750a55e69848 1.00 MB 2,515 73
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.28 GB sent, 93.06 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.