Memory Pool Memory Pool Refreshing

7,812 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,285 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (299,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
608,606 608,606 0000000000000000000e2367177807ffe2c720191401129c380d8123808b4587 1.22 MB 2,388 15
608,605 608,605 00000000000000000010c3d133dde8fb2dd55bc1dc8fa7d277cea83773b38666 1.21 MB 2,215 19
608,604 608,604 000000000000000000024e8e88ed86cc73df46dcd4c856b727cc283f6c36cca1 1.19 MB 2,899 4
608,603 608,603 0000000000000000000862a77cb660a9ec5229a7a24be72fd768990b2717c80b 1.18 MB 2,351 14
608,602 608,602 000000000000000000065fd0c68793b9ffaf1e2e9e28ecbc74e979a9c989f261 1.43 MB 2,625 25
608,601 608,601 00000000000000000000564a70c4c8dd0fd832abfddc7555c93f1676630ba4f6 1.20 MB 2,578 15
608,600 608,600 0000000000000000000685349eb105b02cc33eed698ae791fd1d58c00cd0dedb 1.28 MB 3,068 31
608,599 608,599 0000000000000000000123bb58e4fa56991c9db4f9fba4205fe15a7e751b13e3 1.17 MB 2,842 14
608,598 608,598 0000000000000000000925eaac511724cbe9a305ec520947f538fed3218011d3 1.29 MB 3,287 31
608,597 608,597 00000000000000000015d503b7df4e6944403ecac7353774b293756baf3dc568 1.28 MB 2,629 22
608,596 608,596 000000000000000000111ef7f9c53a8bd70f692967c4127310ff12c288229174 1.32 MB 3,106 29
608,595 608,595 0000000000000000000665814f43d3a2b70fc76ff645f761e59eb7d44f9175f7 1.44 MB 3,040 20
608,594 608,594 0000000000000000000939c2d0dba18dad385fa70b5e196e309fc273c7b7d87a 1.17 MB 2,572 50
608,593 608,593 0000000000000000000c182b8c30cd887a91c8da30e5d8e16c855f37515f65f9 1.21 MB 2,749 23
608,592 608,592 00000000000000000015a839e3df3cf1197f1072b83212b35572147d22eee802 1.20 MB 2,113 19
608,591 608,591 000000000000000000150a975bee604c47ca493a5e1537c1bd13131ba815db32 1.18 MB 1,877 25
608,590 608,590 0000000000000000000475b03b9699b827cbb397d7a78c6c0a296f13fe119278 1.23 MB 2,141 14
608,589 608,589 000000000000000000140c7bed851e4972eedafd6625fd8165bbc7844197e625 1.19 MB 3,077 9
608,588 608,588 00000000000000000010e45e11dbe95e42fb6d4061a9f79f279357d264829a09 1.49 MB 3,087 16
608,587 608,587 00000000000000000014933c98532d519145f05793f3d77def78644dceb83a77 1.31 MB 3,250 38
608,586 608,586 000000000000000000108fd6a11f44485e47e7fd6a6152213bd6c539308e3cb2 1.19 MB 1,873 6
Previous 10 blocks ↓
Total Size: 769.13 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,631.61 GB sent, 93.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.