Memory Pool Memory Pool Refreshing

6,964 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,462 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (554,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,697 353,697 000000000000000004181c4b656f403b498b7ca2e2aab031b7cf7739441420a3 0.29 MB 515 27
353,696 353,696 0000000000000000169f5daae19be446f7754d31b2981ad85cf2429ecaf60052 0.57 MB 1,289 27
353,695 353,695 00000000000000000dbf09fa8e2846d0600c69212e982413671ec570bab9afdb 0.12 MB 112 21
353,694 353,694 000000000000000006f85d5a79c07d0fbfa33a0d56d5bdcab50f8cbc0cd048a4 0.25 MB 385 22
353,693 353,693 00000000000000000263283a722381fb42e8c447c6138d6e1062a50e14d42ca0 0.05 MB 105 28
353,692 353,692 000000000000000013722503dc822cd9fac06cf1f17513fbf0f65afbe4ae1386 0.14 MB 300 28
353,691 353,691 000000000000000000b793f7f094b0ff15a1188a08d8bbfb92c1b12aaae7ab7d 0.26 MB 538 25
353,690 353,690 000000000000000003d8a51e6f6df9df4dc850bce04240e19b9512dc4e1954a5 0.56 MB 1,050 25
353,689 353,689 00000000000000000e230810e23670f92ee6ec8a73899ed39f7f92faf7c4df38 0.04 MB 75 30
353,688 353,688 000000000000000002d609e569b0c38603d691414e609b3bbdeb60cf4ddcbc50 0.28 MB 579 26
353,687 353,687 000000000000000007b4566a38f8b22d72ad84a6a155fa29da0a86a3aa2f1371 0.45 MB 808 25
353,686 353,686 0000000000000000119ceece791546b0d838bd36005f4409469295ebf762987f 0.50 MB 925 28
353,685 353,685 00000000000000000e0cc2fdaf4c4ab0f438e7b3063ab68341dd8696e7a90279 0.25 MB 471 23
353,684 353,684 000000000000000000dae6eb73e5a32570ef3960f80fb78b73cc97c7e21c5c20 0.43 MB 801 29
353,683 353,683 000000000000000016859c74df094bf41dd9c95ba6da367ff85bc696ca6d9606 0.31 MB 594 28
353,682 353,682 000000000000000014a41f53e8b2c2801b9b1121023f18945582b8357e6e0c46 0.36 MB 799 49
353,681 353,681 000000000000000011a5a269aea5ac8825c776ada0996d4fd138b84fae87c7b3 0.14 MB 308 26
353,680 353,680 000000000000000004defcb8ef3dd3dd623cc849750b30a35815d6ef7fd7d8cb 0.56 MB 1,098 19
353,679 353,679 00000000000000000478c6bd684dab98635f10936b638dedb0477d71190506b2 0.46 MB 471 19
353,678 353,678 00000000000000000988278b82d6c377bf4bf1cd476bfcba87b9b7781eec63a9 0.75 MB 2,011 35
353,677 353,677 00000000000000000e512f76df4cd2ca320aed978bd44f227fe9aa4701b327d3 0.96 MB 1,801 26
Previous 10 blocks ↓
Total Size: 769.03 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,625.95 GB sent, 93.05 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.