Memory Pool Memory Pool Refreshing

1,952 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,285 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 1,952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,284 (820,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,018 88,018 00000000000304c1dab8390d26d183fa9944e4235745b9f34c701616fb8c8006 0.00 MB 1 0
88,017 88,017 00000000000c84c5fb7dd13218ca471d1452467904d15c6d246a5c68c11442c4 0.00 MB 1 0
88,016 88,016 0000000000045a5107c77c33bd9d6f8c0c61bfbc8d7038db67670cdf4f9b59e3 0.00 MB 1 0
88,015 88,015 0000000000199bea68254458891c59c193889a9b2cc140aa58a25f6271e6f847 0.00 MB 1 0
88,014 88,014 00000000001186187586a443c9394ea8119a78ad0c6fc3659cf48249e28a6f6b 0.00 MB 1 0
88,013 88,013 00000000000b610750fa810948b3504086ff3196e5a4f6b669399a3abb9e2a3c 0.00 MB 2 0
88,012 88,012 00000000001058e907cee984b5ac7d9e11b7525e3ef4e0e9ba32b9fcbcafb2b9 0.00 MB 2 0
88,011 88,011 00000000001bc3904f609e9b0196c72369ec01f8cd7730123362307189c1d4f0 0.00 MB 1 0
88,010 88,010 00000000001d36d48fe1e6fd29a3c3a994f43d678aba301cf4a6d51c2b0d003c 0.00 MB 2 0
88,009 88,009 00000000000dd49efc3e08d30098e6edc9e8ab959c6f041898c95059383e4829 0.00 MB 5 0
88,008 88,008 00000000000d3b88666bccdb990b986ce5f67858f6ed85270b9cbd4fb319ba33 0.00 MB 3 0
88,007 88,007 000000000001053deabe28863a75afec69fe3958357b5bef559be66718195ee3 0.00 MB 2 0
88,006 88,006 00000000000a28389721f3379b1b1691d846861fd1ff01ff405ea818097bf70c 0.00 MB 1 0
88,005 88,005 00000000001d22d7cc5ca7916e7a781ecc7ad5426fac086493f46263d6b3a6eb 0.00 MB 1 0
88,004 88,004 000000000013ae0d696bdc74400b908cf961df4d961707b25ef0a1a41edbb292 0.00 MB 6 0
88,003 88,003 0000000000025044215eebec93826fe3d6a6a3128a4b08d7ea949250e9e761cb 0.00 MB 2 0
88,002 88,002 00000000000f7f4169cf01a5107a6f60f71bad7eeb04006996aa6f5ba070dc48 0.00 MB 2 0
88,001 88,001 000000000010454e08817326f7032770eb75062476e743cf2715b7510b9ec96e 0.00 MB 1 0
88,000 88,000 00000000000ae9e98b82b39a912cdc0ebed97c26376780ac996c84d9ec3264a4 0.00 MB 1 0
87,999 87,999 0000000000092e7e786b83327167faa323f8a740ba857ef41d8f63d6c69d3dc7 0.00 MB 2 0
87,998 87,998 00000000001e19f5da43ef87dc892ffe64dca0f9fd7afb2815e48202963ed88f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.15 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.09 GB sent, 98.25 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.