Memory Pool Memory Pool Refreshing

9,909 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,907 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (609,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,244 298,244 000000000000000005ddb2efc22e8ab34be10f28b6c9bd168ee383336c84efa3 0.29 MB 429 26
298,243 298,243 00000000000000000ebb3e94114f5de6b8ed887b6839ad987a8eee6bfb58bfca 0.01 MB 20 12
298,242 298,242 00000000000000000903d5303b52bec9f02af4068ebfb6a08d242d2074410f0f 0.24 MB 250 23
298,241 298,241 000000000000000005f84ebe68cdc7fb30baed5e51f0a693f6c4b01d479db3fd 0.33 MB 245 17
298,240 298,240 00000000000000000ec9014aa8d4cf8bbeb7454846d6e230804089e5bb2f80ba 0.25 MB 603 77
298,239 298,239 00000000000000007de18ed53eadf6d537ebf10b1725f1032f47ad35f4490992 0.28 MB 164 13
298,238 298,238 0000000000000000847b7e8e1fad74a95101120c806fb7298dc6409bae1c4ec0 0.54 MB 1,148 32
298,237 298,237 00000000000000001403e6cfb5e35fcc87044fa70845a492378d79da70901ae2 0.18 MB 512 50
298,236 298,236 000000000000000020dd218f3c9cc6943b90d15c99b062accee2e202112f1866 0.04 MB 96 31
298,235 298,235 000000000000000064899c71a50fecc3eb22d55aecfa24c93a7859ee82cd939b 0.11 MB 227 33
298,234 298,234 00000000000000002e21b9468377ba351f2c4a247e357f93e4d4366f8b18c6e0 0.11 MB 259 30
298,233 298,233 00000000000000002a0d8baa67d747e6876f618b5dca3933bb5366f09b23034f 0.08 MB 161 32
298,232 298,232 000000000000000061e500b4dd7dfd6d926cb2c0ac6e682463f6f83fcfa84116 0.29 MB 582 36
298,231 298,231 000000000000000004bdf3178b0c9555da71515149ec49488cbdd52c449d320f 0.00 MB 16 48
298,230 298,230 00000000000000008f7b7e5fbb526dffc7bcca2e042c2e3e72896afe172bae61 0.00 MB 8 27
298,229 298,229 000000000000000013d8493755cfe55125d2ed3ea51d50985c666d975980b2ea 0.03 MB 64 27
298,228 298,228 00000000000000007066202bcb87849d5d7a5c0e6dbda60eeea3b790f55bd91c 0.18 MB 77 8
298,227 298,227 00000000000000003d531eafc2df306d897b367e88a23b52eb0079003726c229 0.11 MB 208 35
298,226 298,226 000000000000000063f6769274ab3f4bbae81ab1c046a1ac37ed3ae4c2c4f885 0.22 MB 308 25
298,225 298,225 00000000000000008ef753e28811f9857db09bc017c8c4f3882a76c14d54cf2a 0.09 MB 149 28
298,224 298,224 000000000000000023f39494a09736c0523419d0849643fa95bfc9287dd6d630 0.12 MB 180 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.00 GB sent, 93.01 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.