Memory Pool Memory Pool Refreshing

9,933 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (785,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,922 121,922 00000000000076011a95b6ad631dc9ace823ee68755e89939ca68c9725acd00a 0.00 MB 10 0
121,921 121,921 000000000000152d26431011f9b56925b90a7e6532de3c6d48afaadb7f92d1f7 0.01 MB 17 394
121,920 121,920 00000000000003e0353eb04cbe6d5e6c0a87e3d4e398f297c2d93168c4500e95 0.00 MB 11 586
121,919 121,919 00000000000008fd9892d9b607af5fd2f7e3fbd57a7163f1369ef004b7e04208 0.00 MB 11 574
121,918 121,918 00000000000009161db31aa6632c42c9c61125eb9ba3e43900ba43ee70b5a52c 0.00 MB 12 872
121,917 121,917 0000000000005eb2ba5c9dcbdda348477c61b8730db08a3f371bd2c76d08e3ec 0.00 MB 8 0
121,916 121,916 0000000000007d2a8fbac35458206787d39c58b75e1d0422b06777e00f43ee4d 0.00 MB 10 0
121,915 121,915 0000000000001c9a4e4ff9861b9d1b55bff34f10aaef17a5945ec330ae185ae2 0.01 MB 17 333
121,914 121,914 0000000000007983505069ef7b489501689eb14e7360c3e8da7349115dbf395b 0.00 MB 5 333
121,913 121,913 00000000000061a360df4021eb59e0052eeb275e8d0186448a103e70a955f2ac 0.01 MB 47 492
121,912 121,912 00000000000053fff430d147a5212ef6e41f301322bd2fc5f56abf761f3d6b71 0.00 MB 9 0
121,911 121,911 0000000000004e76bb2f9d84bca5b32f61be1ceefe59ec2958b7d83c8a4e69d8 0.00 MB 9 613
121,910 121,910 000000000000584fd84b970bc8c65e55bacdcda48259924da5c6fc02bec2082e 0.00 MB 12 0
121,909 121,909 0000000000008e925e64994848747f97c52694358b05ca3c18291ec333778944 0.00 MB 17 628
121,908 121,908 000000000000825246f95c347992e625c4d8756373ebd12d1240cadb7bfe3428 0.01 MB 19 1,225
121,907 121,907 00000000000054324023a7e39c993ddf7fb61b4a7ee62d862f745f5868084955 0.00 MB 4 325
121,906 121,906 00000000000083e1838d9733a308969003944f31f47c52c0d581021247bbf3b0 0.00 MB 12 0
121,905 121,905 0000000000004f1bede1f8e83cc9d0f5ce1669d3011ae9ac9cc63d186d6223b8 0.00 MB 13 204
121,904 121,904 00000000000064c0be235c5df77886e43d9774d28fbc690da09d11ed5c747d21 0.00 MB 7 0
121,903 121,903 00000000000077ee9c8f5b49eb150121ec83f62f36d1277aa8803f8ca3d12ce4 0.00 MB 10 0
121,902 121,902 0000000000007f4926c13a3d33b47262df17f773d6863a4b819ec5ad6d4e1f5f 0.00 MB 12 225
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.