Memory Pool Memory Pool Refreshing

3,459 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (607,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,134 300,134 000000000000000051e74ceb7d748717fcc08c4928d370ef6ef9af33d23b6828 0.27 MB 398 25
300,133 300,133 00000000000000005d572117d7bd786566754014ee3a8e14e43ae6a7a2e16258 0.01 MB 32 37
300,132 300,132 00000000000000005a89e4a96dc94b0221b0f91f4fa3d389b0fbcdcc907f7e0c 0.12 MB 282 37
300,131 300,131 000000000000000080f58b34b9dd9220b30729fa7efecff6a53a7758d51dc53d 0.05 MB 87 16
300,130 300,130 00000000000000002ff69da63aede8154e2b04ab0fa74c07e3d65098b2fafe3b 0.03 MB 63 33
300,129 300,129 00000000000000002feeedb8dd8c672834f9fc7a00878ffca9b5c95ff07f01ad 0.07 MB 125 28
300,128 300,128 00000000000000007eaa73e6124f3e5ba598e6c7277a8e06fd797bc6717e83cf 0.16 MB 271 28
300,127 300,127 000000000000000029773b0e52c8446b1e5206f4d42f4f073758840852af0f11 0.02 MB 64 49
300,126 300,126 000000000000000046af7790023a8d2b3a2c8058650f27aaf54800c12a4eebe5 0.04 MB 105 49
300,125 300,125 00000000000000002dd0d956e17c869847e7a07b3878ccc1f4039dd31a27502c 0.12 MB 245 36
300,124 300,124 00000000000000006496bec98d1dc9fbde80aa08a7d44654b2ec08b98602e8c3 0.17 MB 284 26
300,123 300,123 00000000000000000daa851735f614f93cdb08c71e498a85dcfd580b846a7c8c 0.30 MB 540 31
300,122 300,122 000000000000000046db86204ada6a08417cec5ed71146ea92ace7fa611c1f03 0.09 MB 128 24
300,121 300,121 000000000000000079e4527198b4771ef9e388eed0e7f580939388114b2c91a1 0.38 MB 722 27
300,120 300,120 00000000000000007c754865a75803491ce4b0b816686b8350dee83f54b9755e 0.01 MB 30 45
300,119 300,119 00000000000000002010d14e8b7f3850e0e25256be888c7123dd7680e9b09c9d 0.24 MB 380 30
300,118 300,118 00000000000000007ae44f3c7dd2815c7e27b666190f4d84443f303c69c0f8a1 0.14 MB 341 35
300,117 300,117 00000000000000007dec118d2058b0188504f01ef17eeaf4550ab2724ad7e8e7 0.13 MB 201 25
300,116 300,116 0000000000000000044e52261eae2388caa1e9c4b05b893e61b4518779b60473 0.07 MB 144 28
300,115 300,115 0000000000000000699c06758f3d187c2c774c393c98d3df72bf6c84549725a5 0.09 MB 181 31
300,114 300,114 000000000000000048f4287b3a1a7b1bf6568710270cb8a2c2778a758dfe15bd 0.08 MB 89 26
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.