Memory Pool Memory Pool Refreshing

623 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 611 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (527,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,694 380,694 0000000000000000064593dc3bbb4bb405bbbce8a252b53374d3ff321be756b3 0.30 MB 653 49
380,693 380,693 0000000000000000014accb55bec3bc87ef844a18ae34203b938e097b2b4bca7 0.29 MB 559 38
380,692 380,692 0000000000000000055c5ebd8c6a17b5c2e41834d3342daf3d0ea55220ee6889 0.66 MB 607 13
380,691 380,691 00000000000000000e2073a1d08d3cfc1494984b3c2f125aa45ce6c46c38bf3d 0.99 MB 2,021 36
380,690 380,690 00000000000000000e436b82d48efd14445e45f81607c21002cfdf01d0c32ed6 1.00 MB 471 34
380,689 380,689 00000000000000000198cd6a0ed83bc8c10d58202f9ca6137986c401f144ec94 0.95 MB 667 38
380,688 380,688 00000000000000000f88c1236aeb074473344c5b18dbcb63c1407f36fd2c6d5b 1.00 MB 155 36
380,687 380,687 000000000000000003c42e69f86bff46295ce81a543eb37f66bc8518fd798d03 0.75 MB 650 42
380,686 380,686 000000000000000005982766ac62b9b2b4bce04a675148f8685bae067912c134 0.99 MB 352 34
380,685 380,685 00000000000000000425139cffe60356bffd33a398b7a4845a725dcc419be122 0.00 MB 1 0
380,684 380,684 0000000000000000030af47791c6c25d49ce3837927c3dc8b1cf7f0c0bfb7c83 0.92 MB 627 42
380,683 380,683 00000000000000000d2a2512b6814c9e476f5543a52f252ed3d577b51fff398c 0.00 MB 1 0
380,682 380,682 000000000000000003770f784520144d3404e265ac8b01ab56f0e180423d8c64 0.99 MB 806 29
380,681 380,681 000000000000000003b2f932cb10f177f53ad70f5568147d658383da4f203efa 0.75 MB 194 32
380,680 380,680 0000000000000000051d3f1c3f3de027e173a2f2ef24ae5762edff15847cb6a9 0.92 MB 316 33
380,679 380,679 0000000000000000018d240b1e3682753270d19507c5f0e8761085527eab7679 0.92 MB 220 34
380,678 380,678 00000000000000000a43e9b4807b8fe41c1d87c775df36368d1a3fb7641884e4 0.00 MB 1 0
380,677 380,677 00000000000000000229edf25d52578dc9b2d8e009c78f32fdd279ccdfcdeb1e 0.97 MB 851 42
380,676 380,676 00000000000000000462efd1ea84f708333a0003944cd8847c90ab245d5550f5 0.00 MB 1 0
380,675 380,675 00000000000000000086874aad242b4fbdae1eacf1e2e2d75db29c5fe105aa5d 0.62 MB 731 36
380,674 380,674 000000000000000004bb112627a2578f148d95d3cb52376f385ab97140b6abde 0.22 MB 523 38
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.