Memory Pool Memory Pool Refreshing

3,379 transactions
1.24 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
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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,614 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (781,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,446 126,446 00000000000019442fd064c098d5a8681aeb1868bbc0f056ca2f81bc9fbcf59c 0.02 MB 39 460
126,445 126,445 0000000000001b0a6dd06584226ff3d60fdbcea61b766c37c9207819cbbb9be1 0.00 MB 9 1,106
126,444 126,444 0000000000001e11dcf00b220da8962517c50238aeaf872ebd31f6582b4f2098 0.01 MB 21 897
126,443 126,443 00000000000002535e05f478757fd4e1d0acb0c4ca5642e962042e7a6c9d345c 0.01 MB 9 1,170
126,442 126,442 0000000000002a7c2530db39eb192cb4ab40dad4f1003dd31582c20efa338b8d 0.05 MB 104 608
126,441 126,441 000000000000105475a488810ead6daab19c83872cbc2128208d9878b9d446a2 0.00 MB 1 0
126,440 126,440 000000000000252c7465a0f1eeb572d2e60891513b3349d13a2aa7e8598f95f2 0.00 MB 8 1,969
126,439 126,439 0000000000000893ac04f98594e75f1ef1863f3d505dac591524c69c60c8ca83 0.02 MB 51 850
126,438 126,438 00000000000004e7bf9d78dbd46398ce2dd6f18b21b536a5e47b39c7a25f2682 0.01 MB 26 1,069
126,437 126,437 000000000000094e28204c299ca730756215d3d6d23682a3113c4d4b3b21d27e 0.03 MB 71 598
126,436 126,436 000000000000310c15775eff9bf9446322633a9c569c7d5e110ee6f096b6131f 0.02 MB 42 578
126,435 126,435 000000000000045fd9be2581a3a582bb98846882deac257868548ed62d4c51d9 0.00 MB 8 539
126,434 126,434 00000000000010c4baef74cfc5c0f7f9a124a4809f1d16463a5c70e0c6051e5a 0.01 MB 34 967
126,433 126,433 0000000000003f80f3953260012fed9e06e0ddebbc17963509c1dcd545ed4db3 0.00 MB 3 4,149
126,432 126,432 00000000000002a45bbde2751b77371d949490ad339643bbac51b611101de0c8 0.00 MB 5 2,633
126,431 126,431 0000000000002ba59587811f0b3dd91f41fdd7a8f5c05b044751e41d3f766074 0.01 MB 27 153
126,430 126,430 000000000000444a8567e42f8465b4016a2379d6d6fe72d381b2e2b23432c26a 0.00 MB 14 717
126,429 126,429 000000000000383f4f7903ee205017277e1b4247a53621ef7d32b0abb9773de2 0.02 MB 52 1,231
126,428 126,428 00000000000016ab37f7c23802b865607b74f74f5ded1f8259f0b3fa461c54bc 0.01 MB 16 449
126,427 126,427 0000000000003d7c6d5247a924641fbf763fb881586f3b90f17a7a342c3186d6 0.03 MB 98 1,579
126,426 126,426 00000000000036fef3f36b6bf892aedf2b759664f85d628effe051472b676385 0.02 MB 38 630
Previous 10 blocks ↓
Total Size: 769.13 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,630.65 GB sent, 93.52 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.