Memory Pool Memory Pool Refreshing

3,913 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,649 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (571,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,731 336,731 00000000000000000f4c4a3c0a6efd90ee705c3f0e30c8627d82f172902f0ec9 0.51 MB 818 23
336,730 336,730 00000000000000001119536877a8051f40632968b3a6d80943b404cc305a28d8 0.44 MB 806 27
336,729 336,729 0000000000000000015cfa084b9f02c3ad356b1a655113097db4ae87864bd8a6 0.10 MB 151 20
336,728 336,728 000000000000000019482cbb029e6997a0cb7db7051d4c2ce03fe1fa60dd30ce 0.07 MB 119 23
336,727 336,727 000000000000000016ef7f3708195f96d7bfb8a5099a59b561313e5c0b558992 0.34 MB 692 30
336,726 336,726 0000000000000000024a9fa44e8b9c76116fcccd8c7152876c70c362c0507096 0.02 MB 64 38
336,725 336,725 0000000000000000086e390eee5c307116b1fcc2b9c7a60728c70330cbf4802f 0.12 MB 267 46
336,724 336,724 00000000000000001a0bd2442bdc32c697c4b28f8eb4c62b689f0092f672e952 0.34 MB 702 27
336,723 336,723 00000000000000000b41ec664b42ee203a39910324b966c0fcd25e01860f1e8a 0.28 MB 703 33
336,722 336,722 0000000000000000001ce610907a28777922b937ca085e0ec79849ded606988d 0.10 MB 137 3
336,721 336,721 000000000000000015d45aac7495fce746f436404d6e4aefc3f6b21733d9332c 0.90 MB 1,917 30
336,720 336,720 0000000000000000058240076d0757d553f13a188cb7ef42651e4478436c6e3b 0.01 MB 30 23
336,719 336,719 00000000000000001728919d86fa6e5722fafe9e4c4dc06fdb2205783457993c 0.12 MB 198 22
336,718 336,718 000000000000000012f58dbbc3df3e9122e6722feca40b6971b7a973df9b4886 0.12 MB 190 22
336,717 336,717 00000000000000001907a9a727be4a581aa6b9edd4a652a218bc45f02721f513 0.02 MB 45 19
336,716 336,716 000000000000000015bca4632327d267c6053690f3df7f570201fb5bb0c2c542 0.04 MB 76 25
336,715 336,715 00000000000000000e7c918342b458857b71118e79ca054800db384f48b20a6a 0.10 MB 222 25
336,714 336,714 000000000000000004a657b09def639358d8761c91bd33d103b5faa1925ab925 0.65 MB 1,390 32
336,713 336,713 00000000000000000679f797bf7b8239649b6586055367240d6fc18ecfb578a8 0.02 MB 43 25
336,712 336,712 0000000000000000159dc8715b075f659df5cab2266ed88746bcdc82321244a9 0.01 MB 8 9
336,711 336,711 000000000000000016255e3aaeba42d6f52487e9637c353f666cc9f16917ec12 0.29 MB 648 29
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.29 GB sent, 93.11 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.