Memory Pool Memory Pool Refreshing

12,740 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (541,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,983 365,983 000000000000000006666ac6db335045f97d4f843d1142b058b858d08bdb3dc2 0.95 MB 1,126 27
365,982 365,982 000000000000000013320b43e5bd4828ee6e6c5593a73f02b279b35f01fa0bb6 1.00 MB 115 2
365,981 365,981 00000000000000000aba13f5f7a7fe64159d2a8406623dfed1236dad450bff6e 0.90 MB 135 3
365,980 365,980 000000000000000004c3a1f4b654e913fb756390e81b84f433dc2c88203a575b 0.03 MB 54 32
365,979 365,979 00000000000000000e38c24f9eeeb72a080ffd5dff34febbe80cabebfbfad183 0.91 MB 524 11
365,978 365,978 00000000000000000077bbaab4e18559258843646ef29c2ac384b6cedfd7bff7 0.93 MB 763 14
365,977 365,977 000000000000000006804aa8194a1722a6f5bb5957861455fe6447d9e9e27afa 0.06 MB 104 32
365,976 365,976 0000000000000000015054fa88e48d63e4cf924a3c56d3078aa8faf09c748fba 1.00 MB 302 5
365,975 365,975 000000000000000012cc05e2ff962851504845317054f7239db875153abbe959 0.22 MB 402 37
365,974 365,974 00000000000000000c81b31efe1eaea7ca3426ecd0aecfe05162a49953ed16e0 0.04 MB 62 22
365,973 365,973 00000000000000000159be664973b7bb4878980e4054d8119b1a3bacc3d064b7 0.75 MB 907 17
365,972 365,972 000000000000000000569e7e967cb2699682a59efb8c04dc1a36876ca36b85d0 0.21 MB 447 30
365,971 365,971 0000000000000000043d7ed2692ffc451fc154be33bc3d5aeb39506e87e4ffac 0.23 MB 467 34
365,970 365,970 000000000000000000e99faf4cca0bd947794e8e435232ccc712b233728b2ace 1.00 MB 1,236 13
365,969 365,969 000000000000000000275a5369e9b93704af4676b636a879dde965719e208218 0.25 MB 519 39
365,968 365,968 000000000000000011e01731c2c683b9f20079a52f4d48c4998061f3918211be 0.75 MB 996 9
365,967 365,967 000000000000000007dbb982da8bc348bdeaa24bdd56ef228c84066b5657e92f 0.15 MB 343 43
365,966 365,966 00000000000000000cc1f7c8aaeadbfafc1896202ef3bb824f7f9ab72e2dfae6 0.95 MB 1,531 16
365,965 365,965 00000000000000000b747e27d4135dc10d59dc5b75ee4a954e6dea53aa043542 1.00 MB 1,861 17
365,964 365,964 00000000000000000443f636e311bc6892e89fa76d947adfb2fc9063c9dc921f 0.93 MB 1,163 2
365,963 365,963 000000000000000006fdc9d8bedc2b2c6d32c770d7ef76f08ccf2b192b619a2a 0.93 MB 1,502 7
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.