Memory Pool Memory Pool Refreshing

10,094 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (720,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,859 186,859 00000000000007d9fdd3ec40cb8c6038aa4455dedcf32b378b23785207d7ecb8 0.01 MB 44 63
186,858 186,858 000000000000063c31e3c207b30bb69e8f3f558ee61f20b467395c0ef7fa30ea 0.12 MB 306 140
186,857 186,857 00000000000005e6f5500cfbb19b4966203fe086ddfbb52549ddec01ab8dda21 0.04 MB 141 38
186,856 186,856 000000000000070be7cbc062bcf5a1028d61dc020ebc954f9da60246c5b92abc 0.21 MB 512 126
186,855 186,855 00000000000006c4a7ff92796dceac20980ae0a7d64bc79b04cc7389452141ab 0.00 MB 17 63
186,854 186,854 00000000000005477eff94c9e6fb43dbb0c82deb1a6e641d3de8e1512d675dca 0.03 MB 66 224
186,853 186,853 000000000000037af8c2f3311f98ab64be73f3e4cfefdb61d2a387e962cd81b6 0.38 MB 949 184
186,852 186,852 000000000000083ba875e1ca7bd8dd602f407ae14b75ac56299679283b8a4699 0.25 MB 319 116
186,851 186,851 000000000000004ad32fa2d861b77cc83a8273aeb8860cf5b67005f983b3ecb3 0.00 MB 13 77
186,850 186,850 000000000000044def56973eed62ccde50b59c6777718519b9ce4cd4639c9084 0.05 MB 168 63
186,849 186,849 000000000000009e083ebec333ded5f251f5998f5444afbfa338271106f3d841 0.06 MB 160 91
186,848 186,848 000000000000027f3c2cf2c59682e71b685e68ebd6624c0975f3285dfce89272 0.00 MB 11 15
186,847 186,847 000000000000029af8835b7ade8e1b44ee82b2ec0c59e82d3036de47a855a031 0.05 MB 32 119
186,846 186,846 000000000000064fd6b6e729c133f64d24ab4efe6d1eb3c8e2e06caa2f4730f2 0.07 MB 250 17
186,845 186,845 00000000000003ef45ad54ace50f26f02ea7d5a6a489f677372b8a9e24d50db3 0.01 MB 32 356
186,844 186,844 00000000000003392a8fa1d99e8c7e4e56eb626377f5de2e4f67c2220aedb0cb 0.00 MB 11 356
186,843 186,843 0000000000000605f50f70953d8630a58a89cd83b596f0cca214e647ef53180b 0.05 MB 191 175
186,842 186,842 00000000000001faf2efbf2ae587070828b1eeeed4189fc39a7317b6a24f4287 0.10 MB 156 82
186,841 186,841 00000000000008c676662f68589a37d3f98c736b17a27f9f4ef0e4442ceda6e9 0.00 MB 13 311
186,840 186,840 00000000000001f00b1bde460976dedeaa2f7c9721e3760c7402b44e59360ce4 0.09 MB 202 131
186,839 186,839 0000000000000112ae7b7a838461b63fe3ef677542ff622dfe75fc878153088c 0.15 MB 347 102
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.