Memory Pool Memory Pool Refreshing

6,579 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,653 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,652 (714,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,242 193,242 00000000000001484a588d7f05ed171bf6bc207f45c25287da2d928ede5e7232 0.05 MB 131 140
193,241 193,241 00000000000004bf7ce9bdc1c4659a1f62abeb047334fd9eeddb9b35a38cd792 0.02 MB 51 30
193,240 193,240 00000000000002b98d7eb40331e8745717059bf48b32564115c3eabdb52fed1f 0.07 MB 140 138
193,239 193,239 00000000000003b21c0eb7bfdd385adc25de7db578554a4fb3e72c91890fb1f3 0.00 MB 12 255
193,238 193,238 00000000000001bd02da9bcc3682a5e22bbe7db3ebef84e10d44ef32bacff78f 0.09 MB 248 140
193,237 193,237 000000000000028f4227d9cb9e097db255ac124821ddefecd6e7cd316ff3c121 0.10 MB 256 110
193,236 193,236 000000000000025a48d8457701c6ce5354f07a9ebb41534ed3935a92dc6047e1 0.01 MB 21 73
193,235 193,235 00000000000007df8ca348c6b8961e30d9737b226d7af6d239efa666a4465f70 0.03 MB 78 97
193,234 193,234 00000000000006b19a3deae7217172ab44f39e4f36d2b76a0790e6decf311ca1 0.21 MB 405 136
193,233 193,233 000000000000034a372b3f49f3120319763c69af5d51bfa5d1e8db2425adf88e 0.15 MB 431 158
193,232 193,232 000000000000057d4eb1e1071e557c78c21782446962c9a4e5ee996d5ff837d9 0.01 MB 32 6
193,231 193,231 0000000000000446aac4bf2686d5a81d677c1ccc1ee0e72eea33e46ab15996a5 0.01 MB 32 11
193,230 193,230 000000000000025bd5df1c20493e0a5185e22fad13766e34d6987d21e4ef44ea 0.10 MB 256 118
193,229 193,229 000000000000055cb94437beceec16f6f61d9b52404820ff5ff77055b11482a5 0.09 MB 192 105
193,228 193,228 000000000000051d4b72f25ce7caeebad10e2fc68178673652ffac4a7c5533a4 0.10 MB 263 125
193,227 193,227 00000000000001db694ac220a74b3d891da4247656900d65582ed47af3c8f9bb 0.08 MB 101 139
193,226 193,226 000000000000077c89356c3a8fea04aac58fc1d82559628850647188d8ced17c 0.00 MB 16 120
193,225 193,225 00000000000006b57d102c45f7cc480145169b46d42e02bb2910cde2b2ecdfd2 0.09 MB 197 90
193,224 193,224 00000000000004a701b9c50c1ec8c9a81792203f0b8a499797e36a6363c7ebd3 0.01 MB 17 166
193,223 193,223 000000000000011d296c7359a7e05ebf122df21652f55efba1d2ad8063da7205 0.09 MB 247 136
193,222 193,222 000000000000053d8fdea3151905b3b8e1325c638d3c4b2659241ab01340446d 0.02 MB 62 151
Previous 10 blocks ↓
Total Size: 768.89 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,593.96 GB sent, 92.23 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.