Memory Pool Memory Pool Refreshing

8,337 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,973 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (813,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,023 95,023 00000000000089b2774e0b6b1f7bdaa23581b33a4ee35a49f823d6f129866dd6 0.00 MB 2 0
95,022 95,022 000000000002425d488ebb38ae305fb6729ed08c056d30548ee879fa7b878944 0.00 MB 2 0
95,021 95,021 0000000000009632f71393cda920a9051838a50b986d504579caa5bd009a8c4f 0.00 MB 2 0
95,020 95,020 000000000006a924b4bf285da9ff8b02b37c9e2b61b922f431848966137a52a3 0.00 MB 2 0
95,019 95,019 0000000000012938bbd802b69e8722a443cfa4c3c70a670f975928241de97e94 0.00 MB 1 0
95,018 95,018 000000000003cc94c7a9453d187837937843bc161140e83129974624992706e8 0.00 MB 1 0
95,017 95,017 000000000001a05bd4a6cbf0f0ceb65d81d0050b0530ee02ba42b732d727b140 0.00 MB 3 0
95,016 95,016 0000000000017bc0fea856c41f22359d60b14d78d5541beeeca875adb51cd32c 0.00 MB 3 0
95,015 95,015 000000000003cb1518cb043e7b4606a5f1741e5911a08cb2416c40fe2e36222c 0.00 MB 4 0
95,014 95,014 00000000000477450d83e69124fee543b5cf8124b506643ac7d8059f60e5272a 0.00 MB 1 0
95,013 95,013 00000000000499160091fc7da5923682935d3aa7bc4dc47b68a47463451b2722 0.00 MB 2 0
95,012 95,012 00000000000226e53fed5444e6fb88a5f87cd3a734df0268210401863cf7a5f5 0.00 MB 1 0
95,011 95,011 000000000001cf87f54d662a2299e63d405456c44f17ec90bb32b551a50b9619 0.00 MB 1 0
95,010 95,010 000000000003c2945a1cd97fd178309db237534209cf665d6fd9d1243c6e8d58 0.00 MB 2 0
95,009 95,009 0000000000021ed7b64d21c41007b97b3f5d395f54ca16ee6ca46f5266ad95e5 0.00 MB 1 0
95,008 95,008 000000000004ad04a98eb6c70f921c12b587ab7be6fe529b96379564976f3298 0.00 MB 1 0
95,007 95,007 0000000000018e5e47ed3dc8ee617c5d84b174e5370e951aba4a9b80761428d0 0.00 MB 1 0
95,006 95,006 00000000000300260cdb0b03e23e391de649e0270ae5ac35185892d3274253eb 0.00 MB 2 0
95,005 95,005 000000000001990bc54c1204eec7b57c3c7f83a05cb5f6379add586cf923fd89 0.00 MB 1 0
95,004 95,004 0000000000023c430feac04671e83c663b88d17996c51a6ceaaa948094165a24 0.00 MB 1 0
95,003 95,003 00000000000535d1677d6d5d7d30cb0ca739119c7eb00083bd7a90ada0556d39 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.