Memory Pool Memory Pool Refreshing

4,356 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,992 (863,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,857 44,857 0000000011bf58c7372da945f9aaa2cd784324276eabaa1c8dd5d856e5aad839 0.00 MB 1 0
44,856 44,856 000000000ea5e9f7f3026194a8717be84ebb9351427f2447877261150d8eba7f 0.00 MB 1 0
44,855 44,855 00000000094e298b0bc6d1581e2f712c93772e3ebc6abdf8b93861079b90d424 0.00 MB 1 0
44,854 44,854 0000000034415b52dd0fe9d5c20173288c01cd99ca0a7f2eb30cc80225055dfd 0.00 MB 1 0
44,853 44,853 0000000005753c820d6d07cbf6818c6ee483ca178e4fabc2b8a5a6ae454d2e1d 0.00 MB 1 0
44,852 44,852 000000000e9b4ad519936231d4ba8690ecdd4e2d13ff1f47fc2a45fbbc1a0812 0.00 MB 1 0
44,851 44,851 0000000023f22119fcfe280b1a9306d428a1b1e915d0d5265004047645acbe01 0.00 MB 1 0
44,850 44,850 0000000013e103ed9f753b3f4ec3a6e8fb19720d4c8faa43ebd5c0c1374b6ed1 0.00 MB 1 0
44,849 44,849 0000000035dbee780874e88bbc5f373f018e3d3cb3d5bc83c8fc18709cee7a63 0.00 MB 1 0
44,848 44,848 0000000017f504f7ebc3b8741557df0cd4acf03a41d786b0dcfd1a484103bb47 0.00 MB 1 0
44,847 44,847 0000000024e7ec19f9154f9de821f755a38a5055d863a42395bc130c5174f716 0.00 MB 1 0
44,846 44,846 000000001013425c7286c35b05012ea74a2e5cacdaf23d8b45f18a2fde6cefc4 0.00 MB 1 0
44,845 44,845 000000001214fab48cdaa16de5813819fbfeca837db053aa39f951c9bfc02217 0.00 MB 1 0
44,844 44,844 00000000362d5945e3693e43969a602bfd9de802f5a8d7f445c6efcd49d1f39c 0.00 MB 1 0
44,843 44,843 00000000202c4063869e7e9068c685232e148b19af66248b0be3b76d7b18068b 0.00 MB 1 0
44,842 44,842 000000001920563e3c82d5b418a7b013f766e6573acf52e8643b58f5399e2152 0.00 MB 1 0
44,841 44,841 000000000e60ccb617c99fde9241e34915a2fdea87286f2b4791dcb14f3d3d4d 0.00 MB 1 0
44,840 44,840 000000002dd7178cab7bd9c7ba1a3c64e9b7f3c99f8db36cde5956aaa8ed6a6f 0.00 MB 1 0
44,839 44,839 00000000135b2f3ab30fc57dd2c8233e495e00a37d2399ea00f9254c225c0f63 0.00 MB 1 0
44,838 44,838 00000000287a44323495515e84ab58864c4a601d4011d7dfa501646461ce7503 0.00 MB 2 0
44,837 44,837 0000000035c01b9d7e28c62d47ecb0bfcc65cca460bd86e48e50314a278f6b80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.