Memory Pool Memory Pool Refreshing

5,740 transactions
1.83 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,678 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (466,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
441,397 441,397 000000000000000003a1bdaf024fafafcd5a57ce3dbf357d15c07c702212913d 1.00 MB 2,430 75
441,396 441,396 000000000000000001284125b7de66307b6a9ed1cdfd070f693a752c2f8551ef 0.00 MB 1 0
441,395 441,395 000000000000000002c4cfece8168ef7898df3500084e5f477ae2143e65f02bb 0.71 MB 1,600 77
441,394 441,394 0000000000000000008edcc4dbc93961b9242a50f8a3e310c348448f083d0497 0.65 MB 721 57
441,393 441,393 0000000000000000019708319eae21aad6467448e18f8d2eec1a0957d1df1004 1.00 MB 1,518 72
441,392 441,392 0000000000000000035eb4e94b1ff0663353d06c6e80050a929caa6e453fe072 1.00 MB 2,191 83
441,391 441,391 0000000000000000021a460bff9ce17e95f337de7a44cc8ac498bee9f8677eaf 0.75 MB 1,486 57
441,390 441,390 000000000000000000717467ac91794079ce34cc1bbcad573b699cee181569dd 0.93 MB 2,342 77
441,389 441,389 000000000000000001b6119f8f44ffe19ce2de34160ffef503256f989e50b3bb 1.00 MB 2,247 69
441,388 441,388 0000000000000000015b6ffbc326787cb459459ac5a6c81608c6d9581ae40e86 1.00 MB 2,516 90
441,387 441,387 000000000000000002e85349ac1deb78507a9d9a514ba2cd439c1a537c248c56 1.00 MB 2,425 87
441,386 441,386 00000000000000000168a444865ffb2837d941d34260ca7313931b7af89bd77b 1.00 MB 705 22
441,385 441,385 000000000000000001f0b20e7b3f3f4edfc949175f9779a1827132bcaa41e552 1.00 MB 1,603 49
441,384 441,384 00000000000000000216e92b4e662aece6b70e6b021d64da255e3f93431b9058 0.03 MB 65 76
441,383 441,383 0000000000000000015f2bd5b329a6e1bafbd695889f62d0207644227ccf1f6a 1.00 MB 566 17
441,382 441,382 000000000000000003810c1ddc0d7759f4be3ea93d2889c3ae0b0bdd9228364f 0.31 MB 650 75
441,381 441,381 0000000000000000029ca079c6355ef1e92d6d7e5d51e1d9369fa637b9b4c534 0.18 MB 468 76
441,380 441,380 000000000000000003e53f5f7655ac3d7b51b9af48d850ae937908fc9cab7c51 0.17 MB 350 80
441,379 441,379 000000000000000002152b1fe0fa9094658fff7996a6d4e3d9f97f0b4564dce4 0.46 MB 842 78
441,378 441,378 0000000000000000010f604a5d5f5c8b72bb9458b7938a9705a89c2984840571 0.99 MB 2,197 71
441,377 441,377 000000000000000000eb94fbcd9466ff862f6187f93ed078be75473c7983cfdf 1.00 MB 2,272 68
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.