Memory Pool Memory Pool Refreshing

9,056 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (803,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,603 104,603 00000000000212adf9afacf2e6ba3a36714f81fb070a0557d4e7dc1a4e88edc1 0.00 MB 2 0
104,602 104,602 00000000000018ec608cfe63244a8ba9ea3464bde99bc49c834dbb5fdd2efc99 0.00 MB 3 0
104,601 104,601 0000000000013552114a6947189785eb8f337a09cd186d2e0755ca098e1a47b3 0.00 MB 2 0
104,600 104,600 0000000000011223f1011251cd95d922f2dbf617e029c5e24882e65920526d35 0.00 MB 2 0
104,599 104,599 0000000000037bf7f49128265c761e49f7af93f670135f48dd8f5aa48ab44f73 0.00 MB 5 0
104,598 104,598 000000000000ac66cbc588f3e966fcbd2f28a280f07156274297e03d71059055 0.00 MB 2 0
104,597 104,597 0000000000021ce6fcc09e4f15a4d7f9c0ddfb231609c61900b56787485e7622 0.00 MB 11 0
104,596 104,596 0000000000038804c0040b1fa095a80c78405e277cd994987ff05fa24a876cc3 0.01 MB 22 0
104,595 104,595 000000000003537ca1cbb44cea61228ae001d03aa06d891b93c92a84e5241bed 0.00 MB 3 0
104,594 104,594 000000000000cbecda353cb211e65dcfb6c021406668676ce4b53f91f67c54f3 0.00 MB 5 0
104,593 104,593 0000000000007827539eb797e21e09e74a749615b6439aa1e9cafd0095d07790 0.00 MB 11 0
104,592 104,592 0000000000013c5cd5d83e269d19c75443d7ff10bd832f1b4964e0882a495826 0.01 MB 11 0
104,591 104,591 00000000000311b8a90bf94f9739a6bd5445fce797078d7899eda00630179a4d 0.00 MB 3 0
104,590 104,590 0000000000022f230952fa80e806568b21c494cfc06bd8b5eac1a2a69edc9e5f 0.00 MB 1 0
104,589 104,589 0000000000012e49e08a13f6733917aab5cb8d2a6cdc09b580020e26c5fa31d4 0.00 MB 1 0
104,588 104,588 00000000000003a4d627657b6a05b4a0ce69a2e4d2b566a43473d768e3b88197 0.00 MB 4 0
104,587 104,587 0000000000017b1f3145f9db4a6fb7aaa46079b2ed366a4dfd78fe71ccd63991 0.00 MB 1 0
104,586 104,586 0000000000035f158621ecad2ed112f9730f256ed94e3e8e5641f5641b846772 0.01 MB 32 0
104,585 104,585 0000000000006a20c861817cbc27d23860d03f696328d6ea4ffcc7af6f8a1e5d 0.00 MB 3 0
104,584 104,584 000000000003802884e8931116a57f8aaa691b0e6a0dc59bb5b26ffa1c7025f9 0.00 MB 3 0
104,583 104,583 0000000000026bc730806a647093ef9308515035e0f332de39b5059a610bedf2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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.15 GB sent, 94.18 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.