Memory Pool Memory Pool Refreshing

3,493 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (585,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,752 322,752 000000000000000017f05e46c3c370c9e7f19f240c46896d6530ebc002733271 0.36 MB 613 29
322,751 322,751 000000000000000008234d08384a5d203562154776f6e85488a58e057212a917 0.06 MB 116 24
322,750 322,750 00000000000000000dcbeb0da732f372d42f8ae842068eb9b7267d071f57b8f2 0.01 MB 15 42
322,749 322,749 000000000000000009ab91d3e9344aaacc6829639b90cf5be1a84b8ca469ff1d 0.26 MB 509 30
322,748 322,748 00000000000000000d520d963d18d59b64f45551ac4069d04b8d9f8418e78b38 0.12 MB 195 32
322,747 322,747 00000000000000001ead3425768c90db0219d03b66a228c2e0f347a1b70a2403 0.08 MB 132 27
322,746 322,746 000000000000000011c2f361664839a5305f5af8b66427af3883a7ed4e3062c6 0.01 MB 16 30
322,745 322,745 000000000000000007c46d5f6a63ea9a6b1cf04af14507d97dc1418963331d5c 0.02 MB 38 27
322,744 322,744 00000000000000000c942d3b77c06e4a63b2fe21698e1c33cb50aab69ec5efbc 0.09 MB 74 16
322,743 322,743 000000000000000010ad44db6b8c5c1d9802aa1695bb282139887d2bebdef08b 0.01 MB 14 20
322,742 322,742 00000000000000001abe7534c98eb16df61aba1bd84c24426b1109be8bc70e57 0.28 MB 428 24
322,741 322,741 00000000000000000c2c7d521797b807732f096e91bac35fcd3af837a48499de 0.19 MB 523 28
322,740 322,740 000000000000000007d58e52e17f59ffa2614a69cbdff3793f69e852b34f00f4 0.24 MB 402 29
322,739 322,739 00000000000000000320ff4c226bc2984233d5e135e5c266a0d04d4e6aa60ca1 0.41 MB 817 31
322,738 322,738 000000000000000009f397fbdb0d16c422bea4361791c67f8fe013e674650393 0.19 MB 325 25
322,737 322,737 000000000000000010aab95f3284e9cd96d9d80debc9711baea8266c03316ca5 0.10 MB 156 24
322,736 322,736 0000000000000000175d9ce9a6409782ca52a5e49092082737bc2c816490245d 0.31 MB 510 30
322,735 322,735 0000000000000000126976b53f57c222f0d4a0722d78cd93dd8a7cae61721631 0.52 MB 909 31
322,734 322,734 0000000000000000000d44dafc7d1e8d7bc09d997308c2c08c8f32623cbf1e9a 0.08 MB 82 9
322,733 322,733 000000000000000015f0f4e37968f3b2ed6af2569dd19bb558c1d56bc7a290b4 0.19 MB 335 31
322,732 322,732 00000000000000000443a0a36b6c834c39d1fb96ff76e57826a9afa3213e7fc2 0.13 MB 246 29
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.