Memory Pool Memory Pool Refreshing

2,304 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,301 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (153,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
754,787 754,787 00000000000000000003265f3ef436378e26362f55a3512402baca28204391a5 0.21 MB 426 13
754,786 754,786 00000000000000000008412d436b6b0606ca2ec8e76c9cead3f63cc7260d41c5 0.83 MB 902 4
754,785 754,785 0000000000000000000241f960993bbbd5f13a4297c32a26a96307dbcf27f9c6 1.71 MB 1,432 5
754,784 754,784 0000000000000000000253bc6586df3a908f17b093dcdbdef04bf926bd1d5d01 1.53 MB 1,665 4
754,783 754,783 00000000000000000002a4f526a719f30282ae64e939a7c92b3c063c22a523b7 1.57 MB 3,039 16
754,782 754,782 00000000000000000000f93616d2d7d4f97b56b684f696f6bdccdea14d5d0389 1.49 MB 2,441 5
754,781 754,781 00000000000000000003d5c45d51d2312a2ac5d2177fe3840ff50eb6dcd09e3b 1.57 MB 2,827 14
754,780 754,780 0000000000000000000836a73d10f45e0a68064009df54d6f07a4138204b8959 1.39 MB 2,671 16
754,779 754,779 00000000000000000005bfca9b29093ae904e5f66dc3aaf458e803f113eec925 1.16 MB 1,054 16
754,778 754,778 00000000000000000004576a75c8c7c66777dc6f3882c9f8db4923898be169eb 0.59 MB 1,211 10
754,777 754,777 00000000000000000001a2f23b0532f12054bc10966cbc13021fc17b678c847b 1.04 MB 1,332 10
754,776 754,776 0000000000000000000165a87c3fdf66fe9041932eae9b237741a4b5b9f6a0bf 1.25 MB 1,865 10
754,775 754,775 00000000000000000003b0ec893d4e6bfa5c8fab1cfbb9cd338bf01c920bdb0e 0.39 MB 507 7
754,774 754,774 00000000000000000006972f4db8eaa5e94eb46ac68705039af4b9502f9cdee7 0.77 MB 728 5
754,773 754,773 000000000000000000089f70a9240365fb6ce905dd00f3ec1e91ec5c6fb9959b 1.64 MB 1,980 10
754,772 754,772 0000000000000000000606ca27532051b8b50389f56fe4a60ffd87d4f2269666 0.77 MB 849 8
754,771 754,771 000000000000000000069e56a6155dbeb9d30a0433fb6de406b115ae5b8ac79c 1.54 MB 3,148 14
754,770 754,770 00000000000000000001728812eff9a16f375ced25cc17f23ba2bcc4f270c67a 0.32 MB 611 12
754,769 754,769 00000000000000000007b6d67c1d9d6d8fa8d7ff2a74d59e8152f804958aa429 1.26 MB 2,074 13
754,768 754,768 000000000000000000051f9537889b36420c0b05c40a18933d7430f445ba241b 1.32 MB 1,180 2
754,767 754,767 00000000000000000000297e1e82552793ac4848d8e843047bad14b1b7f5008c 1.34 MB 1,697 18
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.