Memory Pool Memory Pool Refreshing

7,258 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (15,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,447 892,447 00000000000000000001e66a7e82aa0c8aefae2d4cca506b86ba5d37a2422a8b 0.38 MB 630 3
892,446 892,446 0000000000000000000101141d86d3c43b4f7bdbc9c2d5c68b8d8bfeb0969f07 0.69 MB 1,011 2
892,445 892,445 000000000000000000008ee2455d182a81a7e15ac70faf94fcb553bcc2916448 0.42 MB 772 2
892,444 892,444 000000000000000000009b81bf77c374f19fbf3c6e87872c850b069092f11ff4 1.37 MB 2,566 2
892,443 892,443 0000000000000000000013be4eaa03cf59562669b4b20c2754d98b4c34bdf706 0.34 MB 646 3
892,442 892,442 00000000000000000001e4ae89fc9dd6c2c10e948aded7468151e1ebb28b75e6 0.03 MB 67 2
892,441 892,441 000000000000000000001dc4c7488eb4589e4c55ed5249674e31bbe53e2da9cf 0.73 MB 1,580 2
892,440 892,440 0000000000000000000212a5262cacbba09412ad16cf1bcc0a85a8c0f33a433b 1.37 MB 2,246 2
892,439 892,439 00000000000000000001f381813cc3496e0c6c3ca0733257d547ee2db3f0c2ff 0.05 MB 138 4
892,438 892,438 00000000000000000001578a29e3c1a5b4234b5e90b21e3d4ec4aaacc88780b2 0.93 MB 2,105 2
892,437 892,437 000000000000000000012f95c7e95cad2b21912e2989cd9e0a87eb1e180a2535 0.81 MB 1,401 2
892,436 892,436 00000000000000000000d98efa1d7f0e03e746bd7fa908c211b1767b92f6b06e 1.50 MB 3,374 2
892,435 892,435 00000000000000000001afbf5c29086a155e4f9fb5e62a98ac5f7209b381b429 1.25 MB 2,154 3
892,434 892,434 00000000000000000000a5c97ea3e58d069a9bb8c1dff615bb17bfdb4ed56a4e 1.04 MB 1,988 2
892,433 892,433 000000000000000000007b15d9f3513c8358e27cd5b7499d907715ba1d7305f2 1.16 MB 1,952 1
892,432 892,432 00000000000000000001df9c1d8312673ad8ea603aa3dfd5e0754726d5ff79f1 1.60 MB 3,303 4
892,431 892,431 00000000000000000001920b3870b369386163e492237d2658420df29c4aca77 1.13 MB 2,198 2
892,430 892,430 00000000000000000001faabb01f105da2c7ff3519debc13426209f4d5e22061 1.47 MB 2,760 2
892,429 892,429 00000000000000000001f121410792d4b0425abe6143e7fd04362d9268d24718 1.62 MB 4,017 3
892,428 892,428 0000000000000000000016a08bcc2cc7734db176da8a64809a58e387288d6467 1.82 MB 4,421 1
892,427 892,427 00000000000000000000c625b1ca59bf3d83a2dee621f325bc1c193f1e53c29f 1.70 MB 4,150 3
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,624.84 GB sent, 93.01 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.