Memory Pool Memory Pool Refreshing

953 transactions (0.29 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,014 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 923 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,013 (819,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,680 89,680 00000000000c54db1971d5ca46f26bbb0842f55e694d0b6c094fa28039b5c3b8 0.00 MB 2 0
89,679 89,679 00000000000ef238c7ca84cb6de8951efdb2f5a650abdabdfef467d491b105f1 0.00 MB 1 0
89,678 89,678 000000000011bb620b264b01977d3713edea870c49451deba2536c14b01692a5 0.00 MB 2 0
89,677 89,677 000000000012ab8402586c31c21d654a7b1eab7f7ca69ae8c3629d3400a4dd2f 0.00 MB 3 0
89,676 89,676 00000000000aa8058b77f7c557f0ffe01fc47b272c9abeb58396fa0844fee7d2 0.00 MB 1 0
89,675 89,675 00000000000f34f4fc89bfb7b66fd263ff81383f2619e07d95cb5b8856d7bf38 0.00 MB 1 0
89,674 89,674 00000000000df78cf154dda65c8ac9a017f3ff2680f1fdf23931ed9dbf417477 0.00 MB 2 0
89,673 89,673 0000000000068c3fcbfec6d308280eb1170c58170cf387eda773784061b0a373 0.00 MB 1 0
89,672 89,672 0000000000003a354d6b9b8da441261ec35a0173b8d833c6d29cc72ab9c4ba2d 0.00 MB 1 0
89,671 89,671 0000000000111ce271b1ae23c001306969149cc0ec6cd25ab45fc42ee67fe369 0.00 MB 1 0
89,670 89,670 0000000000043ebd13a9b11f9af7adaaab2ef05e29401053ffe75f2283d2fb7b 0.00 MB 1 0
89,669 89,669 00000000000d93d207b30b71192441844736e2f597edbebd188c706015bcc0e3 0.00 MB 1 0
89,668 89,668 000000000010b3cffb31db37f69392042f233e9bdec8b14bb5cbdd9803095064 0.00 MB 1 0
89,667 89,667 00000000000d144e34d486d6d7fb48894ae52e17a6cae93c1097020f14dd830e 0.00 MB 1 0
89,666 89,666 000000000001417bba27c40d127fe0d0d8574d44578373f2847f838429a3b33f 0.00 MB 1 0
89,665 89,665 0000000000000062864d8512b92b2f6a0c2a9edcda82aae03063879b3869d507 0.00 MB 1 0
89,664 89,664 00000000000e9821e4da286637da8706df8070ea4ee58cb04bd3e8048b1e262a 0.00 MB 1 0
89,663 89,663 000000000011ed243b93fc42e09e42670b3110ea906f6cd2534f9b65f60002df 0.00 MB 2 0
89,662 89,662 000000000003f7b90be2bf190d5909df2c192595f612ecdc1eae9a167c562319 0.00 MB 1 0
89,661 89,661 00000000000d35e3a8b84e05668e7de42faf1a9f693f870574fbaaccd08fb041 0.00 MB 1 0
89,660 89,660 000000000003c940b12ed23168bfc0cb24847aae5e4a402b4deac1c2d5c4d584 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 108 incoming
  • Data Transfer: 1,868.34 GB sent, 105.30 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.