Memory Pool Memory Pool Refreshing

6,056 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (53,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,641 854,641 00000000000000000001125ab40ec45357308c11d6bc24748cea28128400fea0 1.80 MB 2,878 7
854,640 854,640 000000000000000000008fe0320eb7034ecababe30a838308b5df4fab8c7a176 1.90 MB 2,742 7
854,639 854,639 0000000000000000000093bc7c9e6c2143a73c6a1e162fea5bb4608aa1a417f2 1.66 MB 5,559 4
854,638 854,638 0000000000000000000119da66d712c9269ba363eb9575c8f8a7501bbb14834c 1.63 MB 7,674 3
854,637 854,637 00000000000000000001e8d5559242146ba7016b5842749f700606a45b4f0092 1.64 MB 7,014 4
854,636 854,636 00000000000000000002b1b02050e30e6b18001906d42586c2c34862511383c3 1.77 MB 4,885 5
854,635 854,635 00000000000000000002a71d23425300a91519eb017010491142a04386aa550b 1.52 MB 6,549 3
854,634 854,634 000000000000000000012e7be76d6192711c8151a3c60a55d4d5b1226992ec91 1.69 MB 6,373 4
854,633 854,633 000000000000000000022eba3779be51f838b3a75b9ffc67d1b362fcdc5a4d16 1.52 MB 5,574 4
854,632 854,632 00000000000000000000225a7447063290267bf4ba2013b4bd53b1bc94c568d9 1.65 MB 3,789 4
854,631 854,631 00000000000000000000b6770ffd8f9c1697e3d7f63ffe129c4f3a8f5eea0437 1.61 MB 3,988 8
854,630 854,630 00000000000000000002b9e2f4f115c54505978fc8691053af32e51127b5b335 1.70 MB 4,295 7
854,629 854,629 000000000000000000016f019658d74692ae3ea45e3004b20ce8aa74c27f1445 1.55 MB 3,550 15
854,628 854,628 00000000000000000002bd46642d6f46d632e5159b5b2e2f2b84cef77c82c60a 1.64 MB 4,238 7
854,627 854,627 00000000000000000001ceceb6b7466a8a559e7d2867f0d206afb5c508857aa7 1.61 MB 6,707 4
854,626 854,626 0000000000000000000165885dc21ff982b1e669f074b39d95c86ab037700323 1.60 MB 4,715 6
854,625 854,625 0000000000000000000046544f9ef430f41724751aa8bd1b0c5f89c03d1487a1 1.64 MB 7,689 3
854,624 854,624 000000000000000000009ea7489447c5f0416d19e76cd6a6f90f858d88f2eebe 1.54 MB 5,362 5
854,623 854,623 00000000000000000000112cb972140acb274687e94707d7c849d4b929948b3f 1.58 MB 5,635 5
854,622 854,622 00000000000000000001188ca3b9edf6d21f70369f5273c2745333fd9beb57cd 1.65 MB 6,800 4
854,621 854,621 0000000000000000000149728518f6ae26f6491ab35d7d4b460a83d2100fe95c 1.64 MB 6,260 4
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.