Memory Pool Memory Pool Refreshing

12,899 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,804 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (104,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,029 803,029 00000000000000000004780ba879b2e433f04cd86d56ecaa040fa7f8de8ee27f 1.63 MB 3,645 8
803,028 803,028 000000000000000000042b37abfed0bc02a1982d6a165594786ffcbfa27783e0 1.57 MB 2,090 11
803,027 803,027 00000000000000000002e4503878360eedab298fff2060098902db4b5d21964e 1.71 MB 4,002 9
803,026 803,026 00000000000000000003bb91dbbc393d4ed7c68a9964edb22d3d8fe95e035773 1.90 MB 5,499 7
803,025 803,025 000000000000000000029d2c7a9440d34a5fd41d4f48d4df37c3139a42c52971 1.77 MB 4,408 9
803,024 803,024 000000000000000000044a035ddf47895211ab7cb38b6fa99e58984f6d789a61 1.72 MB 4,288 6
803,023 803,023 000000000000000000051b622209d29a6372350e8d00b86018121a832bd1e1d9 1.98 MB 6,103 7
803,022 803,022 0000000000000000000115e290d43738c3e560b06457c5a409823bdc6d0a47e7 1.88 MB 5,152 8
803,021 803,021 00000000000000000000918092f43cec60c5c218f50faec1ae4ed0180ec64c9f 1.57 MB 2,868 10
803,020 803,020 0000000000000000000309542d179ed3687ab05267a754840bc555161defec6e 1.93 MB 5,758 7
803,019 803,019 000000000000000000023b4140e26df23e8ac242d455da691b84daf23db48bec 2.08 MB 6,703 6
803,018 803,018 00000000000000000003e43f2c56326da6c110373c41d2df4054efa849c5c7d6 1.70 MB 3,818 8
803,017 803,017 00000000000000000002923d317471364e0eea2df5cdc3a4b199ebb10890708f 1.90 MB 5,183 7
803,016 803,016 00000000000000000003fde561c89e4b6f000e024ebcbb355728bdfbca93430c 1.73 MB 4,248 9
803,015 803,015 000000000000000000051cd8045bb15c2139b4b763b4ecb852597f345386a32f 1.39 MB 2,468 8
803,014 803,014 00000000000000000001d8815d215d2de008c09aa3af1e66f88a59bcd9cef7fa 1.66 MB 3,826 8
803,013 803,013 00000000000000000004b9dd5018f4e0ffb62d397278874691930c4f0f7fde23 1.44 MB 2,811 16
803,012 803,012 000000000000000000029fbfb4efe1c4c804d025d5e135ff6db6fb38baf96209 1.75 MB 3,131 7
803,011 803,011 000000000000000000039302c61a54a744a269c284aaee8843dc75eb3d8f61e6 1.77 MB 3,556 10
803,010 803,010 0000000000000000000379939851ebb22ceed2c3c12dfc926bd52581593796f0 1.95 MB 5,340 9
803,009 803,009 000000000000000000000cadcc03d783a4da5c086ba5077e4f09673f8e618059 1.49 MB 2,871 7
Previous 10 blocks ↓
Total Size: 768.93 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,612.78 GB sent, 92.49 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.