Memory Pool Memory Pool Refreshing

11,529 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
907,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,114 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (37,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,717 870,717 000000000000000000013efca5c0ea8a4f9052d89b459839418211000969824d 1.84 MB 5,289 4
870,716 870,716 00000000000000000001bfcf6b2a5ffa4bf3355a508b912df59b03c2dd1f3906 2.06 MB 3,653 3
870,715 870,715 000000000000000000023cc87e14bc6a8a6873a88b816a25231b0d62092c4333 1.57 MB 4,920 5
870,714 870,714 000000000000000000026f0986c50987981784e252ff95d495366095670957a6 1.63 MB 3,973 6
870,713 870,713 00000000000000000000060700302067625266d88531fbf517b44bed4f97a7f1 1.89 MB 2,388 6
870,712 870,712 00000000000000000001443d5319d656551b31718b41fb2f4beb1919e03ecc5e 1.81 MB 3,033 5
870,711 870,711 00000000000000000001aaad9ad3d4a73efe572ee108afcc6f6dfb90d536042a 1.69 MB 4,039 7
870,710 870,710 0000000000000000000230b882f8dce8e7900de7180e4d5d44db3dc36c85f941 1.54 MB 5,259 7
870,709 870,709 000000000000000000004843be36e9a85966a0503d5f35c15669d96803e930fc 1.57 MB 4,363 13
870,708 870,708 0000000000000000000283d38f015b7f2383d6223687b9f68cb7364dd105bc75 1.53 MB 5,190 11
870,707 870,707 00000000000000000002b95c87a9c18e6cef760a90d3e079e2d9fbeca76ceeae 1.47 MB 5,140 13
870,706 870,706 00000000000000000001b09b0b124acf9a3d377bf2e5a7589745cb5abfbbeb3f 1.57 MB 5,303 20
870,705 870,705 00000000000000000001d71418f7d3aad6a35cd522bd7bb993e9241b2c225886 1.43 MB 6,324 30
870,704 870,704 0000000000000000000135eb9c709806bd4f65497890a78daf398a5756941a60 1.92 MB 4,406 2
870,703 870,703 000000000000000000017bb1898763abd1c73e16089698e85a247e46f2402b94 1.80 MB 3,362 7
870,702 870,702 0000000000000000000000ca3360b9bf2c2f00921919736707c5dd134ec21cd0 1.71 MB 4,942 4
870,701 870,701 000000000000000000025e016e2468c6ea4677271f00c465e56c30316f78b36b 1.75 MB 3,231 2
870,700 870,700 0000000000000000000003add12f9b1d341ded869f0c532f91ea00e21edf2805 1.84 MB 3,630 2
870,699 870,699 00000000000000000001f0873ccb1691ea2013eba2b7af10fd796e073af0c5fd 1.57 MB 3,483 5
870,698 870,698 0000000000000000000102a0601ec67ab0d063b85e3898a44e556b6d819761d0 1.77 MB 5,491 2
870,697 870,697 000000000000000000002c9f154e8ee64a6b346b7d53ba16efa65c39742a44dd 1.61 MB 3,462 5
Previous 10 blocks ↓
Total Size: 769.24 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,635.03 GB sent, 94.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.