Memory Pool Memory Pool Refreshing

12,647 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,069 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (761,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,399 146,399 00000000000002f8c9587c44be9fcc82df23dc1ea916274ab99dcf80a93b6b33 0.01 MB 21 186
146,398 146,398 00000000000007a3a0e8638ebb430ea3e22bb5b8287b6962d4fc44c828781cfd 0.01 MB 16 57
146,397 146,397 00000000000006bba059e3b9aa78a439b431ecc0b1284048814eb1fd269da844 0.02 MB 28 65
146,396 146,396 000000000000055b60020da893573a6786311177543e4751c01d1db66e1c68bc 0.01 MB 5 143
146,395 146,395 000000000000058a4cfc8eff18344c656899bccbfdd5afc3d44f4eee364c9932 0.01 MB 16 45
146,394 146,394 000000000000009b4dbb9bce5ca3cb27909b69c70352ea565a222767c0b63543 0.00 MB 15 117
146,393 146,393 00000000000005678018deea16338c60201a4f725c65aac54fa0be711067cc2a 0.02 MB 69 65
146,392 146,392 00000000000005ab79c3c338291883bbb007955c5ba2b96c42c1f7afdbd2a2f8 0.05 MB 152 109
146,391 146,391 00000000000001844ee9a145b31cba4e0ca1dc50c6a32fa66d7c20d2724f0a73 0.01 MB 26 43
146,390 146,390 0000000000000664dcb2ea027c118cf94057dab2ad2f91158580210f346397d0 0.00 MB 7 124
146,389 146,389 000000000000026eecbf2da0fec4a14627f217a3ab8391ded597db02a4cc9870 0.02 MB 22 84
146,388 146,388 0000000000000775c0ae2f7c0c62cf6ef4f93586114d3d7eb799442ba92db93d 0.01 MB 22 85
146,387 146,387 0000000000000251df7c824f071fd67698775629d9137840935286d963470f9d 0.00 MB 5 200
146,386 146,386 000000000000039119b98d70e49702a4ea65e1c7fb36a99a61ecd960e2067da5 0.00 MB 13 42
146,385 146,385 000000000000035d9b0c13fb94264c77d32b55dc67a5b4c791a6aa19ef29756d 0.00 MB 17 291
146,384 146,384 000000000000025763b03a9f145f74dc0356a394ec685467616cf8c978e9cc7f 0.03 MB 71 172
146,383 146,383 0000000000000617a19844e0b9d88f293abda51c8c3f4bb19a2d61bcc545e5ff 0.01 MB 28 228
146,382 146,382 00000000000005b83176b0bbcd0c5124ff2176e61971e04d345fbe06711afde5 0.01 MB 29 114
146,381 146,381 00000000000005471827582912aa647e1e24e0cc360e50892a52039c6fb45544 0.01 MB 9 17
146,380 146,380 00000000000002e0bc7ac6c297878d5bfb46d5e19103fddf6c848dea5a8a0a59 0.04 MB 127 23
146,379 146,379 00000000000004e72b0cd8b272ba420cc414910552de93c92549b03e16ad8e44 0.00 MB 8 54
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.