Memory Pool Memory Pool Refreshing

4,162 transactions
1.19 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
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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,587 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (694,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,751 213,751 000000000000017ff52b4bf3a527d852ceeab98a0a2494cf69c1fa80204f8907 0.13 MB 287 176
213,750 213,750 00000000000001bc937fdbc554aa549253864faafa02c969bd27414b48a50c76 0.12 MB 287 187
213,749 213,749 000000000000024d6c4b9e9486d4040404ce565b33407c4b0eefba0e335b4357 0.03 MB 52 94
213,748 213,748 000000000000038aabae8d121bf453a73bc66ce4c77a5d4ed96736b6de2a2f00 0.18 MB 401 188
213,747 213,747 0000000000000284ce3a56951dbdc18bfcb10464ecc6686b3117590b99c1ed2c 0.07 MB 148 151
213,746 213,746 000000000000015ec57b4ed7b32589b10afc537a60bbab486566c7762db3f96d 0.11 MB 255 146
213,745 213,745 0000000000000381f577dd5812b8e39387878970304903c3094c74c156977e8f 0.18 MB 332 148
213,744 213,744 00000000000004e66a5d0857dc1a711d97cb2b2205c7eed8b8cd5cace0eade19 0.25 MB 655 218
213,743 213,743 0000000000000390c31d6565ad8431c5180df15543b1e61b229095bced08d5c8 0.03 MB 61 193
213,742 213,742 000000000000045fa994c82d30a853f9a6377c92d1f3db5ebd90585d764ada47 0.05 MB 101 105
213,741 213,741 00000000000001c5934483d651931fe61332ac9f2b5c1157975e115f961cd11d 0.10 MB 231 166
213,740 213,740 00000000000001d596b270bd877c6da492beb0d2dfdcb285268f2de512c7919e 0.05 MB 115 124
213,739 213,739 00000000000004e313f5609a8b00f2491e23d65b9e2510538c97968ce438e649 0.17 MB 391 171
213,738 213,738 00000000000002cfe4fa74ce2ca93ccf7e89c4df70ae910bc6b72de498947b08 0.00 MB 1 0
213,737 213,737 0000000000000031dfcb1c6aaf5d89018511aa04beedd210dcd8a38f102c7835 0.12 MB 219 148
213,736 213,736 0000000000000555e170b160d740ff9f2caea12daab7a7079a30bb11190ea0b2 0.03 MB 84 180
213,735 213,735 000000000000054357e4c4870a693804e63ad55d8f1a380a3f6f9a4087acefec 0.01 MB 14 153
213,734 213,734 00000000000002300483ea3186393f4fe950c827f064a66cb4ebbca884a20e8a 0.03 MB 71 163
213,733 213,733 0000000000000008be4fbc2cdafee396014aefeeea81e26dd9eca504e345e84d 0.08 MB 183 188
213,732 213,732 0000000000000557bbc547201a9fc3252dc040f1d62fafee02c09725e78e1e4b 0.12 MB 267 191
213,731 213,731 00000000000002939ef14264b1d3baa4c1f4436e538781661284170dc3d2b532 0.17 MB 383 167
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.