Memory Pool Memory Pool Refreshing

3,069 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,950 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (41,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,791 866,791 00000000000000000001159d03cf856412c3ccd6c73467b3f87f0fb42a91ee8a 1.57 MB 5,743 16
866,790 866,790 000000000000000000020dc4db28ea6b63b56c147ea40b6c48c4a9ea058ed2cd 1.57 MB 6,094 16
866,789 866,789 0000000000000000000287cac29811a17e163ffab03f67049ab3b4ff5047f6d5 1.60 MB 4,256 21
866,788 866,788 0000000000000000000158c7ea64344105dc0fc130106eddfac477f6b188feb1 1.57 MB 5,395 19
866,787 866,787 00000000000000000001c2e30fd828c8ce16a467a2506a1b04a4451392170f37 1.52 MB 6,259 18
866,786 866,786 00000000000000000002f76c2d5d5a98803a010d0fb0c166f16ebef2dbe28f6b 1.53 MB 6,431 19
866,785 866,785 00000000000000000002fca4e44a2ccb87a14b3e04be493dd466f7a946175d97 1.50 MB 4,399 25
866,784 866,784 00000000000000000000dbc94bd8e47a08f2cfc2a9b9d2802cf973bbb5b2fc5a 1.50 MB 5,004 20
866,783 866,783 0000000000000000000077d9b6ab40c4a447c0d3b3b4797333df1ebe5d35765d 1.49 MB 6,094 16
866,782 866,782 000000000000000000009f1248372d3a16f633dfc00fb204c36d8204a561355e 1.46 MB 4,625 18
866,781 866,781 0000000000000000000061ecbace468a31a628ac3ef1f99ef951a2c14af1dd1d 1.44 MB 6,260 14
866,780 866,780 0000000000000000000183a70b7543ac08fb6edbfc351c10209cf89dd30ee8e5 1.50 MB 5,300 17
866,779 866,779 00000000000000000000ce909127d4ab478cebbe192b1d10381758ee8efc16c6 1.46 MB 5,434 19
866,778 866,778 00000000000000000001d8bf081b3da7977883484d5d97ad7c7b8548ec74da1e 1.48 MB 7,057 12
866,777 866,777 00000000000000000002443e36a66a3c4e53983c3f4478b49839bdd8fc62315c 1.51 MB 5,040 15
866,776 866,776 00000000000000000000d24b8b360346ea0003e2e4711b75b85120cb15b371be 1.53 MB 5,483 13
866,775 866,775 000000000000000000019cd92459d19b5dfcdca22483ef7578ec31ac84f1c0ff 1.56 MB 4,329 16
866,774 866,774 0000000000000000000257b98c26e9e7b9225f57b9b7fcdef0302defb4f7e331 1.55 MB 4,838 15
866,773 866,773 00000000000000000001650ff7f837f0ab2670f66458fef16eeb33fa338ef121 1.53 MB 6,656 10
866,772 866,772 0000000000000000000024eecfb1bf7abc425fbfe68583c62bff02137e9472e3 1.68 MB 5,148 12
866,771 866,771 000000000000000000009d1db9ecb50040b60cf0c8022684753a735be06eba44 1.46 MB 6,750 11
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.