Memory Pool Memory Pool Refreshing

2,979 transactions
25.03 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,718 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (805,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,773 102,773 000000000001def61fc5002efe41e8c2b73f59abc253d4199da68c0fc6ffcdcc 0.00 MB 4 0
102,772 102,772 000000000002203fd2a983265f2e510747cb2e5054d3893b8df43f8010fb181a 0.00 MB 3 0
102,771 102,771 000000000000093601d001286928b5f1ebcad41cc30774982351e53712681a56 0.00 MB 1 0
102,770 102,770 00000000000212e2e8fe16c0a00e93ac66240cb1d1f213bf0a370c5e18988600 0.00 MB 2 0
102,769 102,769 0000000000025e3cb88aaf4447cf4a214e4c04351885187a9de9dff7a0ffe022 0.00 MB 1 0
102,768 102,768 000000000003e744bca6304246bcec9619e7762fb7884020da7cb67c15aff107 0.00 MB 1 0
102,767 102,767 000000000001f772661cfd74c2e57661da54cfedf03fb6163bc63c813a2e78e8 0.00 MB 3 0
102,766 102,766 000000000001b1ec77f19f61ed6c08521b8b8d5771a6f6dabafdf398852c0cd8 0.00 MB 2 0
102,765 102,765 000000000000538d4373fc89e9c9b5466236e17303c4edcde4f963f8e870b33a 0.00 MB 3 0
102,764 102,764 00000000000235df4e136475f3abea4e43e3ed4168a8a244ee17faddf3ce5d5a 0.00 MB 1 0
102,763 102,763 000000000001048b52c7c65f014f78da3d506a6d01eee70c059065c8e0786525 0.00 MB 4 0
102,762 102,762 00000000000088e0458da9bb9deff29015e6b7e8fe72d3dc91beb592928f335f 0.00 MB 4 0
102,761 102,761 0000000000007efb48fcb26a04a8a5fb95d6c123db9ec861aaf98ff424fe6fa3 0.00 MB 5 0
102,760 102,760 0000000000024117ee3fd60aa2167c59c56d7beedad5273526b13fa4a739c1b2 0.00 MB 1 0
102,759 102,759 0000000000014eb4e237c28ab9ae125cad95a2553bc0d7a2e7a4c3befe204438 0.00 MB 6 0
102,758 102,758 0000000000022ad2348ce722093f37e74bb9c5598ebc0653ab078be90b13f81c 0.00 MB 2 0
102,757 102,757 000000000003e82ea00157f9a43de89288737100cabea73a255ab9affa25bae5 0.00 MB 3 0
102,756 102,756 0000000000030124e6e8ba30afc4bf5e8dfd65327f9a2f7e5e0f7f7326e78853 0.00 MB 14 0
102,755 102,755 000000000003647107f96c646e0a7d2b8a07e1ad06eb46d130b8995ed8c6a977 0.00 MB 6 0
102,754 102,754 0000000000007fa6cd0853a29a48df226697dd98903a5f8b862123d882ef87fe 0.00 MB 6 567
102,753 102,753 0000000000020b71f79cddbf8551fd93c1135b119b961d209c8f082483fe6dd0 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.43 GB sent, 98.56 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.