Memory Pool Memory Pool Refreshing

1,468 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,271 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,446 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,270 (879,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,023 29,023 00000000a53e6a800d57ba396728be4c00cb0c62a0557cfa5d526bbeaa69e89d 0.00 MB 1 0
29,022 29,022 00000000e53a95c3fb7958364f5861d77821bfdde83389838930fe182e40756a 0.00 MB 1 0
29,021 29,021 00000000407419298449f0187a98cd39ec8393c0b3227beef223887eb9696544 0.00 MB 1 0
29,020 29,020 000000009cc0524a4d9d5fa59c7d963e6273e1b1ba635ab69bac8c2943dbd219 0.00 MB 1 0
29,019 29,019 00000000aaf4e9520b8f5d05f85e4c2375d3f77a3193ecd915f4d70990e9f2ad 0.00 MB 1 0
29,018 29,018 00000000b6791e0e1e6f60ed067075c7e648b95b0ed8fb12cfd2235891cff21e 0.00 MB 1 0
29,017 29,017 00000000fddf4957f7c22e5cb278633c3b69cf2eb8340e71b53409174e52cfcc 0.00 MB 1 0
29,016 29,016 000000004937d49b14f4574fa51c8d41933c80ac6f3f25b54997727b2014dd74 0.00 MB 2 0
29,015 29,015 0000000012fd0179ea27bb26a254ce8be683a1593f149793c75f9c249f3134b1 0.00 MB 1 0
29,014 29,014 000000008e523177bae6324e60b2ae395d203bd02dae2fdb816cfb60a701e6d0 0.00 MB 1 0
29,013 29,013 0000000001f58b07da98d607d5569e61cc5979bb3f66544241e2d16cefeb90cc 0.00 MB 1 0
29,012 29,012 00000000afb10c6df04489b5befb33f1d520d8a97bb6813b1f804457ff132a92 0.00 MB 1 0
29,011 29,011 0000000096ccc17f893572646e959efb12de20a34c8d60cfc1a82dd1a315838b 0.00 MB 1 0
29,010 29,010 00000000242eccf300f28fda0a18f201221d21922b17353d27966f8dc4fb34f7 0.00 MB 1 0
29,009 29,009 000000006b0926ce50e38de1f2d45cbb07bcbe348ef9c2fde1f66e6a560b5f70 0.00 MB 1 0
29,008 29,008 000000000e8626da8069354eb8da5eaf513de858b1ba29fa612b37370497b2fe 0.00 MB 1 0
29,007 29,007 00000000854fdd8d8d3fb263647e86c4567630b524fd19a28aaa2ba54618fc7c 0.00 MB 1 0
29,006 29,006 00000000719eed3458d8bcca65a3d140af9a85d57e83154d8144cefec1f0487a 0.00 MB 1 0
29,005 29,005 0000000021b78b7c6f9c1951d59087541570b61f4270f0deb2fcffb93e25a9bc 0.00 MB 1 0
29,004 29,004 000000005d41e605e21e7dbc645902e022291a063a351b582776e367780b6a0b 0.00 MB 1 0
29,003 29,003 000000006d83cafcdc182a626a3606bcb7e10d457b921b8c9dd71abf19f90271 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.11 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,691.55 GB sent, 98.13 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.