Memory Pool Memory Pool Refreshing

4,166 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,587 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (745,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,420 162,420 000000000000086fa0615827c7f178296fca5d737da06356d4b00316b9daddac 0.04 MB 54 247
162,419 162,419 0000000000000118dad5a2067f1d5300af69bb1e637ccf7c2fbc4ac9f0fe45fa 0.01 MB 20 64
162,418 162,418 0000000000000b18166595bac46a1d3af5194509a072bbd6a80f8bd63343e605 0.03 MB 93 23
162,417 162,417 0000000000000bdd902e7c9c664899791cf88ab2f823d01368e542ee4c9fe050 0.01 MB 14 29
162,416 162,416 00000000000007e771a528032466e574354f54cad37358d95eaa445176784f47 0.02 MB 31 170
162,415 162,415 00000000000009f7f08ecaca68a4b96dc4b6b88a8d4ef72a4b79b68ccf3b2fde 0.04 MB 13 108
162,414 162,414 000000000000052b67db6d374418e13e16eb1c1aa235aa978ce3e970fbdd55e4 0.01 MB 26 0
162,413 162,413 00000000000004719342e13b8fab9586295d8bcc3a31ed0cd69ce8ee9c9dfd44 0.01 MB 27 126
162,412 162,412 000000000000008939dd058e0a5c33507e1210a0028054ea1deadbb5c774e4da 0.02 MB 55 169
162,411 162,411 0000000000000a3b602bb487536185ec718d27482cd8b983b7d2b9fceef9407c 0.01 MB 16 62
162,410 162,410 000000000000007df9fca3c31dc47d21171f2206d576b306549474f580a134b4 0.02 MB 29 327
162,409 162,409 0000000000000cca581f2959ca4d376488c15e2efe10890efa3bf19da54e3d08 0.02 MB 50 260
162,408 162,408 00000000000000a7a770d397de76f2804e964bb8eb56a4c53d9d90b905d2664a 0.03 MB 53 103
162,407 162,407 000000000000037e0195716a39b60acc159702ce2810eb2cb2842ae0a2b5ac54 0.00 MB 4 60
162,406 162,406 0000000000000589b09b10ca8bb04650f97a898b0e5327fa6771e7064c1dd955 0.01 MB 21 166
162,405 162,405 00000000000000e59455d05db148994efb1b6d0d3c7e83f1d6305864ec0b3fd5 0.03 MB 99 146
162,404 162,404 00000000000001b8111e718d551b830e6dfddb163f342c8dbb4f95feb275f0f1 0.03 MB 75 406
162,403 162,403 0000000000000537d2f16d6348d835e49ee567643a15c2fa9e753b1b9efc3d9a 0.02 MB 79 2
162,402 162,402 00000000000005e979ad63d73f6ebca40376d1c6bffd90a400af9a9d5df2c7b2 0.01 MB 28 116
162,401 162,401 0000000000000188fd0eeb575555cd4502d18113a4948bf25fb5e7d2972037a8 0.03 MB 57 262
162,400 162,400 0000000000000c916f972db49ba0a2d6ac6e3e4debbb0339b72d5e7a4c704cdc 0.00 MB 7 45
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.