Memory Pool Memory Pool Refreshing

5,193 transactions
1.81 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
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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (705,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,735 202,735 000000000000000077a3bc1be679d2630a87d7ea8c31f3c5adbdb90333e33a0d 0.00 MB 19 289
202,734 202,734 0000000000000048dcbfc1bddb927280dd9b0da4325b38e5655c310ec5edb70f 0.11 MB 274 314
202,733 202,733 000000000000048e2c3b81ee9e33151106cb33156323d8cba6640b0ff2d7bbee 0.05 MB 146 464
202,732 202,732 0000000000000328b186ee9d966c577bf54ad90adc06ce8a833d2659e2c85f0a 0.05 MB 134 127
202,731 202,731 000000000000020bf638800a87e90e144a3d8ede09c473eaf242b3bab855bc5a 0.11 MB 133 81
202,730 202,730 000000000000010b94dbacf5280dd3c95b4dd91a2e8662082f94bfe0e8e5e1b1 0.23 MB 353 178
202,729 202,729 00000000000003cad194449a088a362030ef7b6294094b2c79c30b988e67343a 0.13 MB 408 144
202,728 202,728 00000000000002fc85c15a81ed26c6aebe384dc1a71efe9c0461a24bb845290d 0.25 MB 539 320
202,727 202,727 0000000000000358f09f22a9cf768319f4b21448b64a68c4a9ab99faaecc5c8e 0.05 MB 139 147
202,726 202,726 00000000000002e05681175a12a87be2f804b71d9eaa67ee15b8b2969cf4f165 0.22 MB 495 110
202,725 202,725 0000000000000456b5a3a103bad4f9c5d18390fde69243a8c77f0f6ff80e139b 0.05 MB 148 150
202,724 202,724 000000000000041af8701aec5b2a4e01c252d08d181e451c91794cf0ec94f769 0.20 MB 500 241
202,723 202,723 00000000000001082b607e89c65cb44b88a7fef406c44335c6ecefa6c5257268 0.20 MB 471 173
202,722 202,722 0000000000000255f76c4817dc9f2edeb110922cfdaf1687957b75cd9dcbd79a 0.00 MB 11 15
202,721 202,721 00000000000003692789cf7e1e1b920606016748f250fd43e95e8ad3c50a2ffc 0.00 MB 11 0
202,720 202,720 0000000000000144331cc5e4eb29c9a7f3ccdcd29cf450213a04c17e55085716 0.03 MB 68 112
202,719 202,719 00000000000002d2eb363c43284898b753a782f6b7437bc7ef8da9e835aa9ae9 0.26 MB 647 147
202,718 202,718 000000000000018fdde12488cd482b7bc12de3ac5fa009e31b520c5908888fee 0.25 MB 498 185
202,717 202,717 000000000000031ee69b849bba40a670fd8e1f6c591f6c8e9c34fd1cdc813d34 0.00 MB 7 21
202,716 202,716 0000000000000347b6f696e2974cdd2b8de72b6c35b11568a28c3cb378aa2dd3 0.07 MB 154 142
202,715 202,715 000000000000020084636228c389c2caec4891eec894bbf1d11ce6e0e83e781e 0.15 MB 214 190
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.