Memory Pool Memory Pool Refreshing

10,271 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,135 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (611,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,464 296,464 00000000000000006c9f2fcb5406c86d5cee731d4ec4ade3341d7f73a15ddf88 0.04 MB 95 42
296,463 296,463 00000000000000001548096c2da24c5eeecdcea74255953632004b92251fa3a8 0.08 MB 91 22
296,462 296,462 0000000000000000192c72eb8a1b2ab0701c37d27ffe230b00e88fba75b49cf4 0.05 MB 129 43
296,461 296,461 0000000000000000384e4a5124a25dc40817ecbcae1045aa5cc08561a571ef5f 0.00 MB 8 51
296,460 296,460 00000000000000002470e3741bda6a6840ae6749051dd681a01822f31f9c0cd7 0.23 MB 351 37
296,459 296,459 0000000000000000817610b968444d0686624675223b549f36fdfe54e06b996b 0.06 MB 142 91
296,458 296,458 0000000000000000430289ea553216c142b0cbce00d2d7dbb0cfa31460c6c799 0.09 MB 137 33
296,457 296,457 00000000000000004f92ab56a5c89837401a41ac21b60490db65bae81fd71192 0.20 MB 289 31
296,456 296,456 00000000000000006b4453bde465e03345c1e896ede687132ee49c1e16369593 0.27 MB 512 27
296,455 296,455 0000000000000000754f6fa734200ac42574da3285c89c0a9ee4da33961c65ca 0.19 MB 512 58
296,454 296,454 00000000000000008891d5d6d3c5bc26382d7a6937e60182c1bc9b6099a97906 0.18 MB 381 38
296,453 296,453 00000000000000004b774f401a84ae542b5601c5fb43d7308408280e93e9f19b 0.26 MB 470 30
296,452 296,452 00000000000000001a4fb70ecd60b1fd6197ea0770795d2254aee2fa7d073991 0.36 MB 755 33
296,451 296,451 00000000000000006a7d9e63e096dc0dc73cc475bf033473fed02810e911cc91 0.09 MB 161 30
296,450 296,450 0000000000000000065e14c789c672210364b42dea5b5dc1007f5c446690769f 0.05 MB 66 10
296,449 296,449 000000000000000084cd98294eec3879a252c3a15a558030a2a531f1c98d3f91 0.02 MB 62 24
296,448 296,448 00000000000000002c87340016d215be48b1a88ac526b27a55c9bd95ea45371a 0.53 MB 872 36
296,447 296,447 0000000000000000359c3ae4580798da8794c53a9c58ed3c257608644ed121b2 0.03 MB 64 66
296,446 296,446 000000000000000035c234653ca43fc46a01b768218b475302bbf7e0e5cb2a37 0.02 MB 50 18
296,445 296,445 0000000000000000432faf25812d6121ad17ad9140021b2d9fd0d9c6cf9cb34a 0.81 MB 1,459 31
296,444 296,444 000000000000000079682adb41917f774331c5f08678c2544cd90c61cf782f25 0.19 MB 512 66
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.73 GB sent, 93.04 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.