Memory Pool Memory Pool Refreshing

1,095 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,082 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (436,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
471,225 471,225 0000000000000000009b07c20e85f06baf1b0dad52c37c9f94f8e9bfd632f165 1.00 MB 1,836 227
471,224 471,224 00000000000000000061433a7157ff5e24247d0aea4c277e193fb9223474449b 1.00 MB 2,480 367
471,223 471,223 00000000000000000094b96e2ba27877db9e9ef91c2c0ffade36a7cb2057ac27 1.00 MB 2,347 216
471,222 471,222 000000000000000001859a08a446f2589bd869f5a15aecceacd5be6922120805 1.00 MB 1,697 175
471,221 471,221 00000000000000000011f67dbe7ff26d0fc2608f9a62eadbddadc174e17293dc 1.00 MB 2,356 374
471,220 471,220 00000000000000000067b1b67f2cb7b53c7a46598c685ae48789b8f5baf96381 1.00 MB 1,791 312
471,219 471,219 0000000000000000019a26c568e5997bada6a823c95f17c73d9ca7b2734eaddf 1.00 MB 183 216
471,218 471,218 000000000000000000085e6b738c08e42d33df3afe19a498097d767dc46d1230 1.00 MB 810 253
471,217 471,217 000000000000000001669023997218b3587eefef90b80b1c3bd5e00bb2643269 1.00 MB 1,377 249
471,216 471,216 0000000000000000003ceec8ca663f6b3958a3ce2c72b1eaae9aa4b64df585d2 1.00 MB 2,391 360
471,215 471,215 000000000000000000e0007a159b38b8ee3724d996d9008a8322f3fdc3b87831 1.00 MB 1,942 336
471,214 471,214 000000000000000000b03334c2c7d067c42ff1fe9908c2f76b809cee42f03a9f 1.00 MB 2,516 446
471,213 471,213 00000000000000000094075588e1406dafc44163f4590b5580f06db60e34101d 0.00 MB 1 0
471,212 471,212 0000000000000000001cfb65c0e3765334dda7c31f2c5872c23a563bf06ffbad 1.00 MB 1,086 148
471,211 471,211 000000000000000000287b8191b86e85781f2bfaa859ab6d3c26a47c2600033e 1.00 MB 1,684 219
471,210 471,210 00000000000000000076a7a7cdb195378e0680009567717e9bd8daa24a94e98f 1.00 MB 2,257 227
471,209 471,209 000000000000000000ac3b6d71d52b23e8d3f1cd42f71a20045caf7007d846ef 1.00 MB 2,098 308
471,208 471,208 00000000000000000133eab49b356115ea58cd59479b33d1a08023e3977bf929 0.99 MB 2,043 331
471,207 471,207 000000000000000001100e9d7450a8d069622bd7ca824d6de13d1de34bb2ee45 1.00 MB 1,891 292
471,206 471,206 0000000000000000004b6fc5d2e4ec417c75a60221e70f6568aefdf76f392459 1.00 MB 2,170 356
471,205 471,205 0000000000000000002480b47db5984f38c7c1c522f5724dba8afabfd663987b 1.00 MB 1,684 358
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,642.58 GB sent, 94.41 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.