Memory Pool Memory Pool Refreshing

3,582 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (15,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
892,422 892,422 00000000000000000000e9d5396d6498269aa7e0405d2e39eebf70e704f35fc0 1.56 MB 3,306 2
892,421 892,421 00000000000000000000b2862b8f686909ae1715c230ed562f0b3d76e9327a24 1.49 MB 3,371 2
892,420 892,420 000000000000000000009158e4c680d488a6a46ab8691cfcbf95bb074b10de10 1.55 MB 3,260 3
892,419 892,419 00000000000000000002176bacf52c6ac292e440b7d1ce0fbe040e5aaa296164 0.19 MB 573 1
892,418 892,418 0000000000000000000167a45f26c2afb6a0df3009f8241a647b950a79e3da58 1.84 MB 3,333 1
892,417 892,417 0000000000000000000217e3761be5fe4f615193dd89244b0ee6ca610452be7f 1.74 MB 3,169 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.