Memory Pool Memory Pool Refreshing

49,863 transactions
27.12 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,571 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,720 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,570 (260,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,047 602,047 00000000000000000012c52db427d096a59174900b93547c313f18761742f424 1.09 MB 1,548 54
602,046 602,046 0000000000000000000f11c7dfcb97831f85a46e7b294f2844f2382a184bbaea 1.02 MB 1,123 88
602,045 602,045 00000000000000000004b4a71242c6eefd3e2f927e890487e21d5d17a8371832 1.13 MB 2,472 13
602,044 602,044 0000000000000000000c79621f74a9b074dac8f6d2c3157d44e598aa655f1efa 1.42 MB 1,941 27
602,043 602,043 00000000000000000000ce67422d33585cf4599e3641120201fc67447810e2f3 0.64 MB 1,499 19
602,042 602,042 0000000000000000000a9e5d6e69456a0d0c0a3eadae7e92250f8b4df66c2271 1.22 MB 3,375 24
602,041 602,041 0000000000000000000a21796b744ccba43b26c6e9fdce0100214c0f88068a6a 0.51 MB 1,094 21
602,040 602,040 0000000000000000000b1a0d84790ed985738cc7d7d63a63920ba4329e08374b 0.42 MB 1,175 23
602,039 602,039 00000000000000000010638a56c2fa90b0091f8a9eadb03130133fea0e2ecf9b 1.18 MB 3,021 4
602,038 602,038 00000000000000000013c4db77c17b590caa91a9e631e44d1fea6ecd2f8143c4 1.28 MB 3,047 32
602,037 602,037 0000000000000000000e237c53871bbc4c536e0a51cc6dc17cff8cc9e1d44581 1.23 MB 2,694 33
602,036 602,036 0000000000000000001047403ef9054f2ee2327f48b5f438d8fd11c578a398c8 1.25 MB 2,370 18
602,035 602,035 00000000000000000011cc5336aa3a8edf67bccf445014f0053c17a96d54ffd0 1.15 MB 1,909 40
602,034 602,034 0000000000000000000203299fcffabca22e7af650198ec66225cf25352810f3 1.02 MB 2,111 19
602,033 602,033 00000000000000000010bb6080201a5fedaa3186745f88cca7b450409ad0e38c 0.03 MB 80 13
602,032 602,032 00000000000000000011d1101bb7f3f81c17b184b0f70503a4737f74329707a1 0.50 MB 1,239 19
602,031 602,031 0000000000000000000c0fa400c745baee46112669e24e99916a6001ecaac3d3 0.67 MB 1,690 21
602,030 602,030 00000000000000000004ee197879a49c9189f74e2f5e2e3a362e7d4941fdc349 0.98 MB 2,289 22
602,029 602,029 0000000000000000001403b8e77e8a1f80d86140d2ee68de26ad7ce194b92bf6 0.85 MB 1,796 16
602,028 602,028 000000000000000000130228af13202792090e5add01db2931b6731293838d90 1.05 MB 2,779 5
602,027 602,027 0000000000000000000a8e7b0bd0e3cbd7447429b422e1edb67bf68cdc6ed5f8 1.34 MB 2,388 27
Previous 10 blocks ↓
Total Size: 685.25 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,375.47 GB sent, 107.39 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.