Memory Pool Memory Pool Refreshing

3,328 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,445 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (859,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,781 48,781 00000000211d561ab723690f9518c26fce207ad98e2f816944e3886c5506fefd 0.00 MB 1 0
48,780 48,780 000000001f26958460d0c95366d68cce54913ed1fdfd31c982180ce8a3207f59 0.00 MB 1 0
48,779 48,779 00000000139cbe7d07903e1713ae9bdebc628247debab3d9726d08f8491e816b 0.00 MB 1 0
48,778 48,778 000000002453af979b10582066c2cb6af2d8f8f2dad2ab6141a84d75de3b6a47 0.00 MB 1 0
48,777 48,777 000000000870dd29a96aa91aed37b93e5ba57869cea471196a9317d90e085d7f 0.00 MB 1 0
48,776 48,776 0000000015e2fc92e43f17c4c415f8a59cf5c219d5fa1116d4dd4678a5322e51 0.00 MB 1 0
48,775 48,775 000000001fb47bbfd62af97c9ff2a8b77e69e1cc42c57b5b424a367a42736b99 0.00 MB 1 0
48,774 48,774 00000000267c4ce86309bc40bfda30336fc78b2e27cf8e925043165f4e3a03b5 0.00 MB 1 0
48,773 48,773 000000001598642625c0cc3e359c26b57a21496a86f7cf2725b6520a3335b538 0.00 MB 1 0
48,772 48,772 000000001f63db1b5a1b27dc76b3e8cf1f51385c993350cde967b52c6e526197 0.00 MB 1 0
48,771 48,771 00000000177b794cfb02d2c108becfba77694e08fedc8652f67ccedbeed20fc6 0.00 MB 1 0
48,770 48,770 000000000b07fc767c2c3adf0e08fc8491b5679d6e5f77706d5222e49da02349 0.00 MB 1 0
48,769 48,769 0000000004a5141086cbc444ea3a23b54de7b8c661c81fe7158acc99792cab65 0.00 MB 1 0
48,768 48,768 0000000015c10454f7c67d5f7cdc4e36ac062db135a8f8d05b566474d45eb2c9 0.00 MB 1 0
48,767 48,767 0000000014ce98227edda964fdff8a069449575d7a034706ce177106f6a73eab 0.00 MB 1 0
48,766 48,766 000000000800d5b3349c8b4688bae24ecd63e3d9a7e56e44a35c5b9d685e5f03 0.00 MB 1 0
48,765 48,765 0000000019c25b8cb98c878bdfba99d2144502452e13a3912389686261603b3e 0.00 MB 1 0
48,764 48,764 0000000022413342ccc7150c7c9565eb0cdfdee7909824251523ac85b98951a7 0.00 MB 1 0
48,763 48,763 0000000018f4346020d0dc995f918bdeeec3a2d0bec7fc4597295877e8089389 0.00 MB 1 0
48,762 48,762 000000001f48640dfc2c02992cbabcb6d57efb1727011df57efa64391decfaba 0.00 MB 1 0
48,761 48,761 000000002947e2f107d5c68dc91428568030b53558adc77dd8b6d6cde7c17acb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.24 GB sent, 99.51 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.