Memory Pool Memory Pool Refreshing

2,436 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.64 vMB 2,433 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (902,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,029 6,029 0000000009d1247d2e4001aeecb7ab7ceb36790893fa6d40e8f114a8cc533939 0.00 MB 1 0
6,028 6,028 000000009ff5f378dcb19ac91210dd90a80228d5446ba9fc66d56112694c28e0 0.00 MB 1 0
6,027 6,027 00000000946f4004e9a9604e72fdcf606f8d01cda4d73f0b51798cf2b454b243 0.00 MB 1 0
6,026 6,026 00000000d3dc73a054e18dcba96273a2a8017ffb6533d09cd0c1db1df8756d73 0.00 MB 1 0
6,025 6,025 00000000218e64fdb5bd5e8d1a798da284c2fdbe26d966ce6851b54f4933cf41 0.00 MB 1 0
6,024 6,024 00000000f1969a8d7c5bf8aa05dd5395abe392806655b798bd4973322eaa47db 0.00 MB 1 0
6,023 6,023 000000008334c87587ab658302ff35a49a8c91e7104e61f1f1641961add38197 0.00 MB 1 0
6,022 6,022 000000003e32e0b3451e82be69c7118d337efacf5e58402246b88507b8bf8948 0.00 MB 1 0
6,021 6,021 0000000028ea6b7d019dac03b828383a21fd7e4eba5b53cf6ce7fb54157348b4 0.00 MB 1 0
6,020 6,020 000000003f013115cee88169bc8eadc95cb705f06290e69504d6a98980d89171 0.00 MB 1 0
6,019 6,019 0000000045174a571d0d57c1ebfb23d1bb03bdacfce99448cfa5a528cbe4c324 0.00 MB 1 0
6,018 6,018 000000009ff42c9f4ae2390e49d20a2bd1db3194df1a7827448ea1dce2b3736c 0.00 MB 1 0
6,017 6,017 00000000f47d854ffc9c5bf4f81f1486458be903143dc1472a98919efddd2de5 0.00 MB 1 0
6,016 6,016 00000000a2e79f0e94d0b8fa757462c6d5924ac0ea9e506aec435c079412e770 0.00 MB 1 0
6,015 6,015 00000000d21f73b2c345ef705b54644a685eb7cac9e4d0a5fdea8ce4fdb287cd 0.00 MB 1 0
6,014 6,014 00000000bb4c9b10dc931eaf84e700b355db0a53c38c92113776b6e8ca40a053 0.00 MB 1 0
6,013 6,013 000000007755eb823c04747e00e18de3c3e586208f2a1915f41aac57c9fb84f7 0.00 MB 1 0
6,012 6,012 00000000443d8d4d473d8275ca2e568501a346eb92a0e20577fcde95dcc2bc86 0.00 MB 1 0
6,011 6,011 000000005a9badf2cdd1e57a1dc8ed30ecad795976af5788f4deda3b5b2b632e 0.00 MB 1 0
6,010 6,010 000000002d099cb0497257d14889b8291cf70642f41d3c4784e15d16b65dd961 0.00 MB 1 0
6,009 6,009 0000000054c76b6f6f5281bec251577475cc500fc2f754a3e58985752e6cee12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.