Memory Pool Memory Pool Refreshing

6,058 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (112,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,685 795,685 0000000000000000000424cb759611a16c413b33970e3422d8c1ab2f9b2d9e19 1.57 MB 3,894 28
795,684 795,684 000000000000000000007c3271bfcbb5a60c0da3658b8bc7815faf3c6da6638c 1.64 MB 3,543 30
795,683 795,683 0000000000000000000131c748b657d3665d5fa2236ec80b916c6bbd49209fa4 2.67 MB 1,736 23
795,682 795,682 000000000000000000046ff470091e421e8ce18f3e6789f60ae45169ba388c2b 2.42 MB 2,096 15
795,681 795,681 00000000000000000001c96e8a6b156325e3a4eba5be8e5f7a1733ffb5b174c6 2.12 MB 2,368 12
795,680 795,680 000000000000000000013abe38bf82397aed66ff8252c45a46d832344bbe02da 2.85 MB 1,821 16
795,679 795,679 00000000000000000003bfee1f8a86a5c93fc658fc4ac51b22e21155b553abf9 2.81 MB 1,362 16
795,678 795,678 00000000000000000004ea0aca16c26e2ef5abd50e67e60431affda0d48ab077 1.64 MB 2,938 28
795,677 795,677 00000000000000000000f72e1a37859593a848a2f9b88eb9e5c3f0d8c971d89a 1.82 MB 2,347 15
795,676 795,676 000000000000000000011d628303487a111c5a630715eab8559746e0ad25d0af 1.80 MB 1,343 21
795,675 795,675 00000000000000000000d6551f3716370f29e379d30a3b3cbf35635f9f6fc2c9 1.61 MB 2,200 21
795,674 795,674 000000000000000000049aabba83bccde71403835a7f66377b6b690f8a38cb3a 1.76 MB 2,284 23
795,673 795,673 0000000000000000000541f257dba2d75bdddc309ff78eb1942eacd1f8139bc3 1.81 MB 3,137 22
795,672 795,672 000000000000000000036ddea8d0d547ff4832a56203e1e2c267f3f573b17823 1.68 MB 2,259 21
795,671 795,671 000000000000000000035ef2970f28e6c9e11a64f705bb3e021c2630d3e9e885 1.77 MB 1,629 23
795,670 795,670 00000000000000000004debd8d62600fffb3f11d53f42988ff2f6789841aafe7 1.57 MB 2,931 36
795,669 795,669 000000000000000000000e43b9b86e04a3fd8c4c5efbfdd02c1124d37c929842 2.06 MB 3,384 12
795,668 795,668 00000000000000000000931d452c049068d07f441bbd8da3dc95453ba0cd3742 1.83 MB 4,295 16
795,667 795,667 00000000000000000001836007993c0ae7aa444d160dd884dbca4a6a177973ef 1.44 MB 2,357 21
795,666 795,666 0000000000000000000168db0c37b759df3b4c7f474773c049ba51cbe89e3aed 1.63 MB 2,972 29
795,665 795,665 00000000000000000004f9bec4f8f0b38ae97c14e2906f888643d9c10f7763f0 2.44 MB 2,573 15
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.