Memory Pool Memory Pool Refreshing

3,147 transactions
9.98 vMB
Show Random Selection Loading Transactions
Max Size: 39/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
908,347 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,775 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,346 (903,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,697 4,697 000000002109eb6940db1ba3cac1934cd98473311c28aef747dadaed24a2e26e 0.00 MB 1 0
4,696 4,696 00000000838a16bc7957a506d10f89105474d44030909f190b495cfaba0ef670 0.00 MB 1 0
4,695 4,695 00000000b8314d4d94ad5b613e77aa99f21b515ff64d5c18265e7eb4afa1f4bf 0.00 MB 1 0
4,694 4,694 000000006b2b6b9681bf01f3151e2cdf0e7bec99d44776564e3a568eee83dc2a 0.00 MB 1 0
4,693 4,693 00000000fc3a0b1bf610cf5c44b5c21d90e1d2d278eb5bdd46a59c5ae4c3980d 0.00 MB 1 0
4,692 4,692 0000000094493ae92f6d93f80c7f08357f1e274ae306d7a54d30d84740d0310c 0.00 MB 1 0
4,691 4,691 000000002b1ecf0039c543b437959548c98b08ee6b40f1326df73a169287afe8 0.00 MB 1 0
4,690 4,690 00000000fa443818d76899c0681d4616462f45618c5770e2c7b3a2a63aade625 0.00 MB 1 0
4,689 4,689 00000000fd9f958d3312b856e2dbdb86c63687fc9dfa199734c7129a0a9b47d8 0.00 MB 1 0
4,688 4,688 0000000065ea24fd3534802bd17335ce1309b80a011519f98146a9962e36e438 0.00 MB 1 0
4,687 4,687 00000000f4cb9abb9fb84ebc4bcc0dea6e790a705db9a64eca145a0869a14c1f 0.00 MB 1 0
4,686 4,686 00000000ae41f718c6913b391f8424fea64be54d0f0b599a78e73cc2eb8c49df 0.00 MB 1 0
4,685 4,685 00000000094d1f52c6918f49e56ebdd73b4fa63c052d610b8ae700a47dffeb0d 0.00 MB 1 0
4,684 4,684 0000000092cd3acfe35e60984a281e7d9d5326ac466ced5970f62b0ef53db0f6 0.00 MB 1 0
4,683 4,683 0000000066b8a4a903fcbc1b81d94144dcafb7b097340192d4854b19e44cd794 0.00 MB 1 0
4,682 4,682 0000000064caa03ca20b6af858fb85d0e1c486bfd39049c6a29d70a24566f675 0.00 MB 1 0
4,681 4,681 00000000e4f4f447d450132e650cc76069cd9dad07ff7aff1a7fdeb66d4964a9 0.00 MB 1 0
4,680 4,680 00000000b51700575465f4fda4d5093ed15c1e04d9cc423c1721d56206480ced 0.00 MB 1 0
4,679 4,679 000000006f54dab82bfafdf8cf9c01cadb8191fa5c6c007a8cd8a9be18f5ee1b 0.00 MB 1 0
4,678 4,678 00000000f460589c3a045fa38573c8d3e0688db64b052bb238bd5854b1db1db6 0.00 MB 1 0
4,677 4,677 0000000086bf44fe7972e38474f46e86b975220d08daa6e5d8d46b4a5d934553 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.92 GB sent, 98.83 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.