Memory Pool Memory Pool Refreshing

1,588 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (7,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,527 900,527 000000000000000000012e8338eaf13787722834bf5584e390cb2855c6b03c13 1.68 MB 2,370 3
900,526 900,526 000000000000000000023605140acd68063421c530bb6b18b79a2ebe96f5e461 1.75 MB 1,004 2
900,525 900,525 00000000000000000000545b33e6fce9613b5281f0478e45555bfb8efc8e5e3e 1.89 MB 792 2
900,524 900,524 0000000000000000000109915ab09f6a0bc34ac9cbbe5d37477eeb15a5f12ccd 1.63 MB 3,393 4
900,523 900,523 00000000000000000001bad526c2607a85ebca570f09f38bcb41e4622999d65c 1.54 MB 3,670 7
900,522 900,522 00000000000000000001788bd39daedc996011d7a2cb13f44bcaa85907f16437 1.65 MB 4,080 3
900,521 900,521 00000000000000000000028a412cce25da77f9162ec090defec714739d0ad683 1.55 MB 3,630 7
900,520 900,520 000000000000000000021e1883cbf906eb489af5ccde0c383728c4f05844187b 2.14 MB 1,940 2
900,519 900,519 000000000000000000007044130ccfa86bbda65096dc1ad258454a3a06881dd4 1.56 MB 2,459 3
900,518 900,518 00000000000000000000682200b6ba218203ee177e1fd8dd5be99ee8719c02b6 1.55 MB 2,514 4
900,517 900,517 0000000000000000000032495b4a604596c8973b84de3ca52822db81b5200332 1.65 MB 3,632 4
900,516 900,516 00000000000000000001aab2807667330be5b7042f9ed6b3e5f7a97628fc4ead 1.62 MB 4,611 3
900,515 900,515 00000000000000000001301e32b5135e85f275cd643101979d34db4dd2596963 1.56 MB 3,762 7
900,514 900,514 00000000000000000001b597744a699a941bf3f78b50e000cd1d6f8b7a87dac2 1.69 MB 3,326 4
900,513 900,513 00000000000000000001486345756b414682b54344ab7d7917e15ed1c414f5d5 1.50 MB 3,730 9
900,512 900,512 000000000000000000000326ba85db00c833c9c496f467ff502df745a9e39e22 1.65 MB 3,476 2
900,511 900,511 00000000000000000000b3490888f86a8b769fe10dd8ea83ef49ddde97639e26 1.63 MB 3,688 4
900,510 900,510 00000000000000000001ba8c2b8e49ded3fe60553a1f2ee6a1384ac903941610 1.55 MB 3,566 7
900,509 900,509 00000000000000000000140b6d3a328a45daad42ef7bc3ef9959c47e240377fe 1.58 MB 3,175 4
900,508 900,508 00000000000000000001961a0f4391b4f9161fdbbc54ceff5be68eecf60375a4 0.15 MB 421 3
900,507 900,507 000000000000000000012301e0d7d83c56c67d9311d6c0474b641ceef059c2b3 1.50 MB 2,443 3
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.