Memory Pool Memory Pool Refreshing

7,582 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,368 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (327,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,404 580,404 00000000000000000019a0116c5ec6089a68661ef08e6a5dec1fae46489df80a 1.20 MB 2,609 141
580,403 580,403 00000000000000000015530ad4b46db079cd9ba23a4f4f1e8b81cf9ee02c5a98 1.20 MB 2,955 95
580,402 580,402 000000000000000000089dc01777fcc97e0575589091268bc6d4260c9bddfa5f 1.24 MB 2,848 82
580,401 580,401 00000000000000000021edf069702715cedb82bd0d09f36b0533547ccb553ae0 1.30 MB 2,991 122
580,400 580,400 0000000000000000001705fac505fbeeef0feb5b8fa24de1765f0873820c2598 1.24 MB 2,344 76
580,399 580,399 00000000000000000009bf67e9816934efaa2875ff37a7ce41b35265637d90f7 1.29 MB 3,127 121
580,398 580,398 00000000000000000001f19831867fcfd1c63c1a12e3cb229a5c7f6e44dd9aab 1.07 MB 1,652 50
580,397 580,397 0000000000000000001708a68d09c687aaa63db19704392ca0a8ba653b11b975 1.11 MB 1,931 70
580,396 580,396 0000000000000000001dfe116c658190b900ed0e69f3e40896e9f1fdf0b23670 1.27 MB 2,283 109
580,395 580,395 000000000000000000108d8a1464b780142f0c7a1dc1cccd3ae98c8afcd125a1 1.04 MB 2,411 59
580,394 580,394 0000000000000000000b659ff3ce0234866001d7c207a3717ae2714b618b08d2 1.33 MB 2,180 102
580,393 580,393 00000000000000000018b8acd710cc07f1b267f8ce4b75c9b9ffa561cf43444f 1.18 MB 2,456 92
580,392 580,392 0000000000000000002445595ccdb73e1c5390c0db40b7fc3cba811df0c73df1 1.10 MB 2,170 84
580,391 580,391 0000000000000000001a94973af1b6d448b6d379bf1d9a31507993c05cff0095 1.31 MB 2,432 99
580,390 580,390 0000000000000000000495ff6a22cd7dc6befdd9aa1605af35d1c68d36c07f0c 1.30 MB 2,782 122
580,389 580,389 00000000000000000010e103781570fb78ec921d46a9edb9a0a387d93fac4544 1.06 MB 1,510 76
580,388 580,388 00000000000000000007d91e4d89ca0d50066da99b6bb54fa3904cefeb26adef 1.02 MB 1,309 63
580,387 580,387 000000000000000000018608f8d233b4e3607f42876f12622b9977f6f5acb991 1.36 MB 1,984 84
580,386 580,386 000000000000000000000d9269bf06e498b241efc6072f3c3fa31cb507f0f7c3 1.48 MB 2,369 115
580,385 580,385 000000000000000000169c7b1bfed0eaef764da648b5b41761bf83b7385a86db 1.18 MB 2,334 74
580,384 580,384 000000000000000000217b87feafcaff15a9b607ac26b456943662365ed97123 1.38 MB 1,717 101
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.20 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.