Memory Pool Memory Pool Refreshing

5,886 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (779,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,448 128,448 0000000000002383829c3a2595b2d2534b63df6211af503d9b68dd3578bd9a8c 0.00 MB 11 348
128,447 128,447 0000000000001d23f1f70e0c50abb6cd33c1c0b7bfb5b2769439af3fed4f669c 0.00 MB 9 745
128,446 128,446 0000000000000a1873ef22515b20d32f1f1707b1fa64973b8782675a642e4c61 0.01 MB 12 531
128,445 128,445 0000000000000b9a96012be14b05b6ad302ed65a284f97d41265561a76725369 0.04 MB 69 732
128,444 128,444 000000000000242ab28233e2fbb396528c6c3aac60fc011367986705316cd337 0.07 MB 161 441
128,443 128,443 0000000000001239399053ae285d338efc5611ede5ff3ae8e1501098539adba8 0.01 MB 22 1,439
128,442 128,442 00000000000002a2a5aaadae9086d188d7f00d6653b0d4936eb962a55d66b39b 0.01 MB 23 1,363
128,441 128,441 00000000000016be5b2fa181e6191352708613ae945cc058cac9f978797ad06f 0.02 MB 59 154
128,440 128,440 00000000000010e23b084b366cd2d1797c1ab63a845ba6227387b324ed6b3bfc 0.02 MB 31 898
128,439 128,439 0000000000001f3bfc29b09c800c134239e12f982384dc650b9df5f12530a6f8 0.00 MB 8 0
128,438 128,438 0000000000000ea0a2d1a107ac2bce603fd5efd8bbc010dae1c13cc75591b67d 0.04 MB 58 314
128,437 128,437 00000000000010dde022147a265d1308556504d3ba70d03ad68ac0a6dd30ac22 0.01 MB 29 336
128,436 128,436 000000000000010d87072e4302edf2e7e6f92b83599eafd55d106f5b6171ff5c 0.00 MB 12 1,311
128,435 128,435 0000000000002195c030e75c287f7be7e749d87bca414dc0d29b32ffacc9f73b 0.01 MB 26 427
128,434 128,434 000000000000077b6ad367f8e0256903f13c05e4c5d3e2ecec9815a2c6b0b52b 0.03 MB 87 814
128,433 128,433 0000000000000814f3841c600bc867714a30a160203b07a5e60125fe612b5456 0.00 MB 4 2,643
128,432 128,432 0000000000001b903d0bae3aaa3e0b25a24a90449ae1755ed649f4f47ea9a6cd 0.02 MB 79 258
128,431 128,431 0000000000000f325213fb2e229318dc60961ae72db1cd2e761af69886cf1807 0.03 MB 41 650
128,430 128,430 00000000000021842b23febd2b635d0b268c07fe45493652b1a06fe1cc0aadfe 0.00 MB 11 281
128,429 128,429 000000000000174276fe4e12e5415cde6ce96934bb483ec8fe9faf0fe7f8365c 0.01 MB 33 115
128,428 128,428 0000000000000da38f2d45d26aba1353f0314cdbdcddbcaec9e940434dca1e23 0.02 MB 31 887
Previous 10 blocks ↓
Total Size: 769.26 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.21 GB sent, 94.20 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.