Memory Pool Memory Pool Refreshing

6,815 transactions
2.35 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (304,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
603,709 603,709 000000000000000000079441d1dc650303268d293b09fa383c1c36da0f27b587 0.20 MB 509 21
603,708 603,708 00000000000000000008812efc9100c0defc8d22c473ba778b92852bd6aec3ab 0.37 MB 807 33
603,707 603,707 00000000000000000008cee1213306a588e829d00ae87d95ef4aa53230d71020 0.60 MB 1,133 1
603,706 603,706 000000000000000000035ec86a4e5919fe2f118d0a28c9fc0e0fa4ee1780a018 1.26 MB 2,948 26
603,705 603,705 00000000000000000014492a020a3a8b9a986a1539b96218cd7b1591221b8999 1.16 MB 2,830 10
603,704 603,704 000000000000000000018a063e2ac6707e20f59d4c07627d0efdd21e37127d57 1.29 MB 3,802 16
603,703 603,703 00000000000000000012b9d1e371de356d517a5a6f759e65c7a256da75306316 1.31 MB 2,593 32
603,702 603,702 00000000000000000004c472c1fcaec226a5bd21a3db03fa3997f62dceff5c0a 1.18 MB 2,616 40
603,701 603,701 000000000000000000066a9f91c2bcf7896bd5f8e4305a8794042f3c9f97c495 0.60 MB 1,489 21
603,700 603,700 00000000000000000007782c6dbeffaa7665e15f1ee6d946839efdb0bf5d2380 1.12 MB 2,629 23
603,699 603,699 000000000000000000011f930a56f8ff7ef605a9187ee109af604bc965db2532 0.93 MB 2,311 4
603,698 603,698 000000000000000000014a7d34f7334d87a9d765748648ec892957f6e68ba803 1.19 MB 2,243 35
603,697 603,697 0000000000000000000521fc61b7a0d72ece0d681e6bc1b5e4944fc5bed81515 1.00 MB 2,246 21
603,696 603,696 000000000000000000146db31fc87e7041d0ae1317ea517f6c1bd2db929a488f 1.24 MB 2,918 24
603,695 603,695 0000000000000000000d97c334d82b8772a69f2b494cea669ef2b6341b031d47 0.61 MB 1,439 5
603,694 603,694 000000000000000000000b37c042165e37344584c6f61b66a6fdc20665919d24 1.19 MB 2,596 13
603,693 603,693 0000000000000000000d70ed3b3599cc147ea5895ccfcd2183a8a8fb2e979027 1.18 MB 2,756 43
603,692 603,692 0000000000000000000a5e08a444bdc39faee88277790bd5e2a03feda2aa2652 1.08 MB 2,621 18
603,691 603,691 0000000000000000001076a83afbe8cf3a94d3e8a0b14603ad63ab66376c9c0a 0.91 MB 2,292 21
603,690 603,690 00000000000000000008f921be4ff4ea3f8a8a69406edb73104cf09348678185 0.65 MB 1,941 24
603,689 603,689 0000000000000000000720944103079a3250aadcaf71d3d893d8a357ac576a3a 0.54 MB 1,305 25
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.39 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.