Memory Pool Memory Pool Refreshing

9,281 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (694,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,567 213,567 000000000000018fc6a06ed70da0ee315d347d08c3d6f99e7c41d533ad07d5bb 0.02 MB 32 151
213,566 213,566 0000000000000066bc43123e7722d15d247a8aacea970d1ba07631abf4a7afc5 0.20 MB 499 193
213,565 213,565 0000000000000356d28879ef22640b4f1d26dd7ea9bccd2c5ac5bfe44e43bdf1 0.16 MB 354 43
213,564 213,564 0000000000000008281c41dba9f120fb711ab174022d26eb113529525adbfca2 0.03 MB 57 136
213,563 213,563 00000000000001fb64dd3c00f241549bac144cb7d4498056977a4ee7bb2d3218 0.07 MB 144 161
213,562 213,562 00000000000002658e390b4cf82a7897fe7e8558b9a71f9e4014720d8cdd4102 0.06 MB 123 154
213,561 213,561 00000000000000f797eb4f2ecdf192d2080378d0c2e218d41d4b8b55ee57952c 0.21 MB 568 230
213,560 213,560 00000000000001d54d699bb4d342da3124cf480d1d54c5ec76eb9b66a14dab26 0.07 MB 171 175
213,559 213,559 000000000000042740c38444c32b7c793cb64572befa9ac98a45f0c1c30a879c 0.00 MB 10 17
213,558 213,558 00000000000002759a26c8dec47f8a600d89c8104096f1f45c23ea8b52df2432 0.04 MB 109 260
213,557 213,557 0000000000000318263d52d76ba039a8cfa4e318079876a72ee600c9846780c4 0.04 MB 84 143
213,556 213,556 00000000000000c9ef2c1a11b07a6ce0ea8cb3be056396731cd0225a0e50a08b 0.13 MB 276 161
213,555 213,555 00000000000000eebee14c7419a5ec8935f7313ae37e79e0c9f2312a686ee88f 0.00 MB 13 199
213,554 213,554 000000000000019e2d5664d44f022d2c3bad8f008b9148e07f82d9d965a4a012 0.04 MB 61 135
213,553 213,553 00000000000002903186a1e9bda5ddc04d6b4ec3255808859f3ce88f46003e33 0.15 MB 303 162
213,552 213,552 00000000000002b2559e8e097f8a39a9be4b529dd7b47f066cbea6b6e4799160 0.17 MB 424 159
213,551 213,551 00000000000003f0dd11e58c52aec3e9cb7897d893e8306c06a85c0f28cfce08 0.18 MB 460 185
213,550 213,550 0000000000000055dc05c6b6ae2d4012a65270d407a126d20d235c4fb95895d9 0.00 MB 8 302
213,549 213,549 00000000000000a7a0c8a5e731f1b5eefbf82b70b7f447cc27c8fc0493dabc05 0.09 MB 212 178
213,548 213,548 00000000000003ab5b557fb1e7ddc2cf59a36fd095fe138a3a3c4b03e60e24a4 0.05 MB 119 131
213,547 213,547 00000000000001e4ac3d3d0f6b6ed9990117516fa8b69373e63cf474ebccd877 0.05 MB 107 108
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.