Memory Pool Memory Pool Refreshing

10,013 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,403 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (220,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
687,376 687,376 0000000000000000000746f74cca53604622096ed86f1884340f6e7403327791 1.70 MB 1,595 17
687,375 687,375 00000000000000000001f4d24ae51448b883774eec98031cc590dbe39e5a270b 1.85 MB 637 7
687,374 687,374 0000000000000000000c33b37d4f365ac2fde74e545473eb1a129c6958b9fd1e 0.83 MB 754 17
687,373 687,373 0000000000000000000923dc1ff9b8be337bfbb04cb3eb6c9c21eabc2b5b8219 1.05 MB 1,482 21
687,372 687,372 000000000000000000086d1cbbce596e6f49e8e293f8cd107910480a3bf2ff3b 0.98 MB 839 21
687,371 687,371 00000000000000000006749a5886476ec16ec38e255a839503b7e57d4c891d05 1.18 MB 1,705 17
687,370 687,370 00000000000000000007a0cd953f468aff903038b6bb82e22ede4c6926355dfc 1.40 MB 1,925 27
687,369 687,369 0000000000000000000422ce5830399b96e1c8042cbeb2232c86e050c0b4d13c 1.43 MB 2,603 29
687,368 687,368 0000000000000000000a9936bf98516a7213c5a5a00b675d54619df63e10f55c 1.34 MB 902 8
687,367 687,367 00000000000000000006e7bef3a2fce340bb8281da5f9e60a74085eb44e34969 1.32 MB 1,909 12
687,366 687,366 000000000000000000065aaa1ec470335a152b436f4fb592818dd8ae6b10c61e 1.43 MB 1,407 8
687,365 687,365 000000000000000000058d72ca1e8c81681307595fc363960a379cb013f52d39 1.24 MB 1,372 33
687,364 687,364 0000000000000000000bce5c094c2d607c8146fc36a9d985056e5ede9cb9d930 1.26 MB 1,991 49
687,363 687,363 0000000000000000000c74bf3010408cb31c46522c7d876a2252431cd755beef 1.50 MB 2,247 31
687,362 687,362 00000000000000000008ea52d9a6c168f50e4b50c0c04ba8506e5f7e8b4203c8 1.22 MB 2,037 43
687,361 687,361 0000000000000000000bc2636ab60450c71d0420c54002dfb22b1d2ef15c92cd 0.91 MB 1,311 22
687,360 687,360 000000000000000000041bd8dd07511f9cb02bce7a3f3052634901a19f6b1e13 0.04 MB 86 20
687,359 687,359 0000000000000000000b6d0a96b4d350716fdd384b42bea266d9f087c0f5c529 0.02 MB 50 27
687,358 687,358 0000000000000000000c2261eb9887a27755fa6777c33cb5a32c4098caaa5fcb 0.55 MB 819 24
687,357 687,357 00000000000000000008d6689acf4e8c989942d437af6a149378c17e33c52a18 1.15 MB 896 4
687,356 687,356 000000000000000000018a2d690e272a4df62690cc4f50a8aa0ae463e8c49c81 1.32 MB 1,486 35
Previous 10 blocks ↓
Total Size: 769.02 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.77 GB sent, 93.00 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.