Memory Pool Memory Pool Refreshing

1,243 transactions
0.49 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,242 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (440,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,488 467,488 000000000000000000829df6ee6e59958009b9f1ebb175585302d44a8e2d2d59 1.00 MB 3,071 324
467,487 467,487 0000000000000000001f76ad26141d1e038454e002df85ebdb9d7258d1d8fbd0 1.00 MB 2,652 314
467,486 467,486 0000000000000000002b0f5880c4e40291ee636013a4c12e874e8c6873b86857 1.00 MB 1,889 212
467,485 467,485 000000000000000001e4d1cc5b054e39aa187f3dc4d92600106c8b31d2d7eb3b 1.00 MB 1,230 174
467,484 467,484 00000000000000000000b5d2f150108689abafeefe9b68cb167d0af92c97d0f9 1.00 MB 2,507 244
467,483 467,483 0000000000000000017154f5f2d48a012966ce77f4bfcfadbf2151bb715fbc14 1.00 MB 2,716 295
467,482 467,482 0000000000000000019b06b5d1f08d474e985cf3ca227a9a955661d89beb1a2c 1.00 MB 1,150 140
467,481 467,481 0000000000000000008489bdf03ce56820b0a6de956ab5ebcc3ae98bb4d61de2 1.00 MB 1,101 148
467,480 467,480 0000000000000000013e40a9ed08823cc990b7f6306856c15db0079c17361488 1.00 MB 1,135 160
467,479 467,479 000000000000000001e042f050eef61c4b77308aa68a7ad3438d5095a16743c4 1.00 MB 1,877 235
467,478 467,478 000000000000000001669d444e84f4b7e1c3172366c806335fe1ec04c7d9816c 1.00 MB 2,165 157
467,477 467,477 000000000000000000f127c57b87f6f1a87749f2127cd629d2b4fe1b0adb104a 1.00 MB 851 147
467,476 467,476 000000000000000001edc010d8506e453f788e76b648908bcf314ea6296f627b 1.00 MB 2,387 253
467,475 467,475 0000000000000000013259005ff4333476b7dec8d82d5c811a49034f67bb34f1 1.00 MB 2,269 277
467,474 467,474 00000000000000000090c8eb039cb33038315efd85014f36897391e31f80cbfe 0.75 MB 1,486 260
467,473 467,473 000000000000000001830766a93d8dc924eef00b0f686d13373328b282b21a40 1.00 MB 1,946 232
467,472 467,472 0000000000000000014587b38c3ddbc890f071b69c1a9568338088df5590b7a7 1.00 MB 2,037 319
467,471 467,471 00000000000000000079a9b015f7616decb477fbd3eebb23dc9ae0c074b7ee0e 1.00 MB 2,568 308
467,470 467,470 000000000000000001e11b355e0aee87ffcf33600aef80cc2e249a595e8de75f 1.00 MB 1,829 245
467,469 467,469 00000000000000000172bb84f0ab90c7b48caf49df69a5efb67664f7f3d83168 1.00 MB 2,403 287
467,468 467,468 000000000000000001bbfa4bac2d3196b4ca6836ea1369ba334b0ccb6da3ac13 1.00 MB 2,305 253
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.