Memory Pool Memory Pool Refreshing

7,515 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,921 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (15,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
892,426 892,426 000000000000000000023c2363f8938ffc8c9342ec0319c0bfcf9cac632f1c99 0.95 MB 2,393 1
892,425 892,425 00000000000000000001a72c78b6703b6d9ad9ef84b11b9f9cc38db432e200c1 1.73 MB 3,933 1
892,424 892,424 000000000000000000019dea7111beafadbf3ddbc53d09a9778c599b4a231ffe 1.66 MB 3,922 2
892,423 892,423 00000000000000000001f25d7842b53418b732e77af3c6bdac6d7c6ebdc4fb81 1.47 MB 3,409 4
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.86 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.