Memory Pool Memory Pool Refreshing

1,182 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,498 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,174 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,497 (816,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,448 92,448 00000000000b973a6c5ac041f9b9fedb4e90721ee8ae02ea9c7103a99f28bffb 0.00 MB 1 0
92,447 92,447 0000000000018a7c4dc333ad2bee6388e0c86591f81191b4f72e003f6b27c14a 0.00 MB 1 0
92,446 92,446 000000000001d28cb780bf6f3a594c37db1b1c092e2c597d34dd2df054c4a8cd 0.00 MB 4 0
92,445 92,445 0000000000096055792ea0b9b097ac722a90cd2ee9b08bade34ed19a1b589e42 0.00 MB 1 0
92,444 92,444 00000000000d5f1c626efb8a4e1415d9e9339f3e24e9d8faeeb39acbc54de115 0.00 MB 1 0
92,443 92,443 00000000000c8afb0d05c3ed17326e7e9f64c53754fe3a5b7f4f62856745089d 0.00 MB 1 0
92,442 92,442 0000000000073bb49757e7e3738fc8381ee9e6e48b5365536dd8315333309700 0.00 MB 1 0
92,441 92,441 0000000000018c49aef259918478b9d187b33ed891604a75cb4b514c2583c7b9 0.00 MB 1 0
92,440 92,440 0000000000074deb4d49f8ddef842e3ce7d1a8aba22b55818f3dfb1126c77d29 0.00 MB 1 0
92,439 92,439 0000000000069808788231ae20f3cc2a3414a92358c6a484ee46b507b4d5190f 0.00 MB 3 0
92,438 92,438 000000000000956f5cd1fcd9e7619849ad9cf978e6b7630dc8de95bcf3d356cc 0.00 MB 3 0
92,437 92,437 000000000003ee56991a96a755b2ebf96d316e12a6ab2eab07f439c73766dbb1 0.00 MB 1 0
92,436 92,436 00000000000771565e7f75866735399bb4901d7f3ceda5f38589c2396c826452 0.00 MB 1 0
92,435 92,435 000000000004c91d89d703a1c22dc9b9fee46e8c076d7a155cadd6ac0101634f 0.00 MB 1 0
92,434 92,434 000000000001def8c3d5789b59eb504b55178c4dca81a98c75fb6d87fab385a5 0.00 MB 1 0
92,433 92,433 000000000007223c5e2929c79d772f597fd1c15a92aeb4aeaedb2d6ec2700256 0.00 MB 3 0
92,432 92,432 000000000008e90a5fe6ee47aade41ebd69361a2cd21617c4412158e32eb12a9 0.00 MB 1 0
92,431 92,431 00000000000a5225a431d91e5f53d3b42ec02c68b1187efa7660095e98b9e628 0.00 MB 3 0
92,430 92,430 00000000000d3abe30f49c6a22d12a762a10eb0e3e335fa06870d300e691b5e4 0.00 MB 1 0
92,429 92,429 000000000007236895a724aa1c78f059112d5b8fc7856c45b65f4dd1aaead734 0.00 MB 1 0
92,428 92,428 000000000008eaf363e886074feac50064b32802cdcc9452cf4312e2a0ca5d77 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.63 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,824.49 GB sent, 100.12 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.