Memory Pool Memory Pool Refreshing

335 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (668,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,964 239,964 00000000000000e30bdbe134f5f7a8fd429a48b2358bc331f4fe079600f457ad 0.19 MB 352 164
239,963 239,963 0000000000000084d2254dc7701bf247c036422f864fcd5f741654218f026b55 0.09 MB 256 245
239,962 239,962 00000000000000aba6169c784d78349cdf4e2dc0b19b2fc3c2db02b70b6a5fe7 0.18 MB 71 34
239,961 239,961 000000000000000b815ab92f14785be3ab1d2f78659971f099fe130320c607f2 0.07 MB 93 105
239,960 239,960 000000000000005023c88b4332e85582a7b381970775e559b3f0a08b418b45a5 0.29 MB 710 188
239,959 239,959 000000000000002b33fcde220ad53d52a64adf569ab3d1e8d3768496b2d2b801 0.04 MB 94 46
239,958 239,958 00000000000000eca1c7aa321b341edda05d0872cf2e46699cd6224b31aedaca 0.25 MB 434 147
239,957 239,957 00000000000000b3855af6712a7b2bf2ac7103e81abf8ef695fbc5ae975d32d6 0.08 MB 174 67
239,956 239,956 0000000000000033397afc22458196be4921d6e61b2476591e779fe44d44ae7b 0.22 MB 293 60
239,955 239,955 0000000000000049b819d3c70be40e7bac906118f92fc70a3fe47f177e90d4ad 0.25 MB 716 604
239,954 239,954 00000000000000bee901ddf3cc51943b22e0915ede7818131597c4f4cc5b3d13 0.79 MB 1,263 102
239,953 239,953 00000000000000b3cf8474fb95698950774aa3e07b963d425a6354714715bc45 0.25 MB 553 169
239,952 239,952 00000000000000418248db365816f8d0733e285196211c8a063a0540fc37f152 0.25 MB 807 270
239,951 239,951 00000000000000397cb42e1097b8f6358f58ae755a3cbecb799b5fce44059ea1 0.07 MB 205 47
239,950 239,950 00000000000000af2d55f2f8d419c393d71a0930897ed119ab159351560fcee1 0.25 MB 650 200
239,949 239,949 00000000000000d396b97cc30bbb527f77fb258ae32a0515542c1f002067da06 0.10 MB 311 160
239,948 239,948 000000000000004c9f1602c78fb2cdfa9227f944887b6c2c28fec8462805a4c6 0.17 MB 211 104
239,947 239,947 00000000000000347d76842d1a3b48686ee7562b758e6322e20d6b888da575dc 0.25 MB 595 198
239,946 239,946 000000000000007ccfe4a41e588f8d7e63d7aad219caf2829f3687fc55e69332 0.03 MB 31 73
239,945 239,945 000000000000002415363505c1452f06c3e19ac314677db7d4c61543f23f750f 0.19 MB 363 52
239,944 239,944 0000000000000023c81a7899165a2910b200467594b3c589bf25a46542bd181e 0.25 MB 446 165
Previous 10 blocks ↓
Total Size: 769.53 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,647.95 GB sent, 95.56 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.