Memory Pool Memory Pool Refreshing

5,287 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,039 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (161,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,531 746,531 00000000000000000007d48fcd01edea46c3a9f6df58dfe01159c25eac2ad85c 1.64 MB 1,952 10
746,530 746,530 000000000000000000016ee771b46c2a1b1f88bf3224e73d2635e4da49c867f1 1.80 MB 1,596 2
746,529 746,529 0000000000000000000519bcc7e5ea0068e376cbd906e1f288de12715a91c26e 1.50 MB 3,080 14
746,528 746,528 0000000000000000000110ba025656467a136b234136db09502aa9b71b94eafa 1.45 MB 2,273 4
746,527 746,527 0000000000000000000072b30fcc698a6a720fb35856e49304f8a63fb93d82e6 1.56 MB 3,192 6
746,526 746,526 0000000000000000000a2917e36ef871f1a6eaf4f78a1b9df2eb86114daad2c0 1.37 MB 2,704 17
746,525 746,525 00000000000000000003d52f923453568636032cf8733ff4cb12d824b3e61d4f 1.41 MB 2,247 7
746,524 746,524 000000000000000000057e5423140add68466d15f88a2e9dc141120b7e1f1736 1.35 MB 1,597 12
746,523 746,523 00000000000000000001e5f01907a858128d65a4bd370567dd717d62bea7268a 1.55 MB 2,528 10
746,522 746,522 000000000000000000048d0f2956523bb7b4d1b2d40b3945a200d0b9a49c493e 1.53 MB 1,565 8
746,521 746,521 00000000000000000001f5a900d043e09f1ced39cb39a76dc784130d82b28c04 1.49 MB 2,852 21
746,520 746,520 00000000000000000003bb29715e897684c4bcdeef1f96d9a00b36117f98f9af 1.47 MB 3,134 18
746,519 746,519 00000000000000000005c05c1b273269862b700a9d3e793dfef7d24ef70a816d 1.60 MB 3,277 11
746,518 746,518 0000000000000000000049b804faf8e705f29fa290579873f8649ea43fd7b6f3 1.44 MB 3,077 22
746,517 746,517 00000000000000000000f4f3967a79fabbe39e140fb789a9f2cde3b26b6cfc77 1.45 MB 2,904 11
746,516 746,516 000000000000000000073a64c2dd38cf3a8b0242a5e04e911240acac220acb77 1.62 MB 2,469 20
746,515 746,515 00000000000000000001e67391926f8c096dc94bd92f19fbc21222b19a868460 0.30 MB 616 10
746,514 746,514 0000000000000000000595e26166eabdc9e748d98e169e66e6994e67059cb9b0 1.12 MB 1,279 6
746,513 746,513 0000000000000000000943468bbc97434483c07c50f6dd017bd915f5d5b622f9 1.64 MB 2,386 4
746,512 746,512 0000000000000000000a1d490e7ee12de725c61930ee1a7a8083d32400ea2661 1.58 MB 2,688 13
746,511 746,511 0000000000000000000930a9dfd78aed4731318a958540c2890b773304dab4d2 1.68 MB 3,306 7
Previous 10 blocks ↓
Total Size: 769.24 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,634.96 GB sent, 94.11 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.