Memory Pool Memory Pool Refreshing

7,090 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (767,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,735 139,735 0000000000000332fbb2f73576632f9c95eed9f1a056fdd3c8364c63447fee2f 0.03 MB 61 287
139,734 139,734 000000000000042fdf0abbd4913c4538e4a3c9a775ea46b14e22219d77947d89 0.01 MB 46 696
139,733 139,733 000000000000082f9ce52760b0f47dcb88ba423e1e9c6289e6b7af1ce90ed61b 0.00 MB 11 64
139,732 139,732 00000000000006034985634809066ebc110ccd5670cb69580a60a153f5171cb9 0.02 MB 47 338
139,731 139,731 00000000000004c9c83837cb64c776b3ffd5bf613ad43546d3655f0680d22cf6 0.03 MB 60 188
139,730 139,730 00000000000006369c27477523e55414c1e032ef6d72ac38289718457dad487c 0.02 MB 37 271
139,729 139,729 00000000000004c08814a7102847b1f1178075bbaedd8b63b297958f600718ef 0.02 MB 41 1,364
139,728 139,728 00000000000002579a88aef7f8a6661f864cb150216c7da03e52fe56ce9847eb 0.02 MB 81 1,787
139,727 139,727 0000000000000735926a76dd36b652d88096bb83a5544ccb85bb0554fd0f3ff7 0.02 MB 63 55
139,726 139,726 00000000000006f454c65c4ada4c2ac6aea1c1b2a4f0e2f49e776ed0ac881fb3 0.01 MB 27 95
139,725 139,725 0000000000000646b063afa706e8376c66c945d245bd5b3a9ded0cb5b2142971 0.02 MB 52 237
139,724 139,724 000000000000048997a420494a9653c8a387e2d6517721b03a05fb7da38dc5eb 0.05 MB 84 450
139,723 139,723 0000000000000875d7f1538aa70eade7922591c10a6cf4fd44774ff6f8333d2c 0.00 MB 9 17
139,722 139,722 00000000000001f6cf2520b89724014ad0b1961c48a114b0f47e001f2e5d096b 0.01 MB 22 16
139,721 139,721 000000000000020d04909684b182898a47e074ebc2ae0a60b831571123ae0b32 0.04 MB 86 153
139,720 139,720 0000000000000632575dba6526b8fe3590ab4f2122640d1a094e7a05635f6e9d 0.03 MB 44 89
139,719 139,719 00000000000002fbb41447b43c5486cacdf51f1b4867028db87b7ab15da40a1c 0.02 MB 69 115
139,718 139,718 000000000000018a20f253f50001c85109565bcafbfa8a4275225330e95c5f5f 0.03 MB 49 82
139,717 139,717 0000000000000299cb30e19222a9d50f3588cad068ae9c86e2a634f131a839dd 0.00 MB 8 363
139,716 139,716 0000000000000029f334f9581b8067378da33c0e8f2db21814fa29e38a7d94ad 0.05 MB 56 667
139,715 139,715 00000000000002ffd4e19afa5bfbe9f5374571d85935d6520c8c672cf1e69cb9 0.03 MB 60 327
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.