Memory Pool Memory Pool Refreshing

2,706 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 931 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (633,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,609 274,609 000000000000000011478b5f57fa40405e8a926c966eeeb2207d984596c9cc78 0.25 MB 426 47
274,608 274,608 00000000000000042f2a860ec1a9ca248a68e93cd69c3ea2f92c071fdefcb06d 0.25 MB 630 49
274,607 274,607 000000000000000148cdbd117e3e8cf51530d8b42cedeabe5d96d17a1ac10c1d 0.04 MB 71 35
274,606 274,606 00000000000000043c8825f39b982400775aa52d7b0cb5aae22f351d196fa24b 0.14 MB 308 44
274,605 274,605 00000000000000039104cdbed5f48277192264120dc51afc21f58bc7b26c65fa 0.06 MB 94 36
274,604 274,604 0000000000000002ab5f59cc3fd04b6246f675059a06339980aa691efa3c944e 0.03 MB 63 92
274,603 274,603 0000000000000003ef47f2f1bf2cbac9532958da7e523fb09aa4223479c623dd 0.01 MB 29 62
274,602 274,602 00000000000000036000a441a35bc354e4fe62e62520db5d18b9c5170eee1dbc 0.08 MB 169 51
274,601 274,601 00000000000000012b2d7aaaf7caec9ee0be55d06381228f34a745d1a16d1321 0.14 MB 98 26
274,600 274,600 00000000000000049a8e067bad644a7eacc43687babf7ea4800f561b6c1a48f8 0.09 MB 168 46
274,599 274,599 000000000000000262251f2292ae1861d8bd912daa5932033855bd166eeef66d 0.09 MB 193 38
274,598 274,598 000000000000000316ca631d8d59ae81d33178aea8614abd5a2e90d16844db39 0.25 MB 520 44
274,597 274,597 0000000000000004651643a610a4eb20cc8ce2ad7a86dfe5867a2ad361feae17 0.08 MB 170 55
274,596 274,596 00000000000000002bcfb60e69a58b749d5d9bf1c4d48aec63085d7a1b4a1f20 0.13 MB 212 46
274,595 274,595 00000000000000035f95e7e59482dcd239cd6e544bb1befe6729e44c50c34a4d 0.02 MB 37 36
274,594 274,594 000000000000000271b28a435b7ebb5a3dbae30095b186f943f4283318513607 0.07 MB 109 20
274,593 274,593 0000000000000004a587d4bc3ed62f7b86a3552866017821d677c7f449685f0f 0.48 MB 579 35
274,592 274,592 0000000000000000c4ac56ee50be1be03939ca2b840f8f4c33c2c774773bbc63 0.06 MB 108 22
274,591 274,591 0000000000000003bd7d2916ffa0d112d0797ffa9eef32ba62a219d215e02b55 0.09 MB 211 60
274,590 274,590 00000000000000027eb9a40d61fb25f0df6ad7f739cbdf5fcf66b3536405e5fa 0.26 MB 587 53
274,589 274,589 0000000000000001280100b72d0e2f39b491500191f4aedfb434994f154a03f4 0.26 MB 402 40
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.