Memory Pool Memory Pool Refreshing

32,430 transactions
30.50 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,252 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,498 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,251 (188,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,872 673,872 00000000000000000000ada4ee1ca4dac6ecf4584ca9d42b16ec2cd7dc50111c 1.30 MB 1,817 95
673,871 673,871 0000000000000000000c46b026838ed7c1d42bfbcfeec3188c12f0db8ab18043 1.42 MB 2,393 90
673,870 673,870 0000000000000000000880975f1c9751165fcde618ff5c541bc8186fdce09486 1.37 MB 2,134 49
673,869 673,869 000000000000000000099f7dc6d04237b6e69ba775d4c5eb0f7c48da4ca07dc6 1.47 MB 1,757 82
673,868 673,868 00000000000000000006dcdecc5f71e469c2c82fb7bb754bed609bdb0e0a8f8a 1.37 MB 1,734 74
673,867 673,867 000000000000000000015dc0b68c6f63900475b41367491df9ca1e0b1ce66884 1.14 MB 1,156 100
673,866 673,866 000000000000000000088579c227aad3b6c1a9f50cb8d2d0ae5f935c96050708 1.32 MB 1,604 108
673,865 673,865 0000000000000000000cf4809bcb324eaa5ffd24f153a68a00fae4c93c5b1024 1.32 MB 1,584 28
673,864 673,864 000000000000000000018bcd97d245f054da64df5e3d204182d2c9d032032366 1.47 MB 1,768 46
673,863 673,863 0000000000000000000985863cfae2ba05dee4756d75abc88413b922fce42feb 1.52 MB 1,847 64
673,862 673,862 00000000000000000008d9d2ca4cf0ba8963094ce763daaab51f8eba7ac3daed 1.40 MB 2,903 105
673,861 673,861 00000000000000000003d3d1b9d75903936d007a498f734902fabae1c383d7a5 1.33 MB 2,536 44
673,860 673,860 0000000000000000000b4388af7994beb6cd0901b1d4b266ea6530895451bba3 1.49 MB 1,948 41
673,859 673,859 0000000000000000000b4863434a8936d4a30027b127829c6db343f302163f3d 1.39 MB 2,627 83
673,858 673,858 00000000000000000001cb7a8f43ffb7f8297238f9cebd4a76de7253aa0f350e 1.32 MB 1,994 80
673,857 673,857 0000000000000000000cc4a88cd218f2166a1be2d5e87c9719082d7a863a0d3a 1.21 MB 1,916 97
673,856 673,856 0000000000000000000ac3742de5b03dbcd633dc20cdfe006ac14727e538d92e 1.15 MB 812 97
673,855 673,855 00000000000000000009e6b437baef73a3af599d80a64f51612b009940000676 1.44 MB 2,476 105
673,854 673,854 00000000000000000003ed8107708441c0fd2a3325479ea58985a25405dc4a6b 1.39 MB 2,977 123
673,853 673,853 00000000000000000006e6a4ea087d2c4308c72d0adc1747621f360ef0ee0698 1.45 MB 2,475 92
673,852 673,852 00000000000000000002ad6f9c74faf503bb055c54e0d0746ef34f888f95890f 1.41 MB 2,755 114
Previous 10 blocks ↓
Total Size: 684.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,359.04 GB sent, 102.60 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.