Memory Pool Memory Pool Refreshing

18,296 transactions
32.21 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,928 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,921 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,927 (347,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,798 515,798 00000000000000000016a149848db9b375acae946de2d462625f99d058f86375 0.80 MB 1,638 24
515,797 515,797 0000000000000000003bebe2b5e25581bef3010e8843db62742368e6a5b90dcd 0.23 MB 261 59
515,796 515,796 0000000000000000001718cbd93934c2d4dc07fa6324704d0ab41622da6d6b0b 1.16 MB 2,378 29
515,795 515,795 0000000000000000002b57f63b40680977183fec987cb21721ed49652cf70f87 0.85 MB 1,644 31
515,794 515,794 0000000000000000004343c4ea53ab0c01d3b8232729bde983511e403f13626b 0.02 MB 47 28
515,793 515,793 0000000000000000001947f81963f565737e1d4616d632ec573e67540fc4f849 0.96 MB 1,695 33
515,792 515,792 0000000000000000004c9a1d450da9c68a2a7045900d594fab01e6609d58465f 1.16 MB 2,662 37
515,791 515,791 00000000000000000030fbed5df705a6164e8e8baaac33220cdf3ba7d207ee11 0.21 MB 491 29
515,790 515,790 0000000000000000000ba19c3d1243de968da795d74556482ba2854045bae879 0.18 MB 373 24
515,789 515,789 0000000000000000004eab9a8467963c22e8d502b5d542523b50d4ad12136966 0.79 MB 1,467 23
515,788 515,788 0000000000000000001b15dfb3f61edb42ce0e6220d2cf2be84d4e6db4546967 0.29 MB 502 27
515,787 515,787 0000000000000000002eb1b5293b815d8b1f82169c317e46d8466feb6fd0b381 1.15 MB 2,235 27
515,786 515,786 000000000000000000191ba3fbec250ee412e9d192f5b8ac6b20ff935d3d6a12 0.19 MB 311 27
515,785 515,785 0000000000000000004a352671ca0559588d85b5843a550f76c3ea3a1e63f4e9 0.53 MB 1,064 27
515,784 515,784 0000000000000000002b59a490741c637d21c49c200bcd6c031c5d35bc0d6cfa 0.45 MB 998 34
515,783 515,783 0000000000000000003874c0cd9becc49abb7453f2bbb81cf9519e9e4b24ab02 0.08 MB 214 24
515,782 515,782 00000000000000000006ad89a14788da916f65d0f749ac76a799ed1bff8dc426 0.22 MB 377 52
515,781 515,781 0000000000000000001d72c4e344b57f27d95ef8bb3c705de43cc4b93ff887ff 0.02 MB 49 43
515,780 515,780 0000000000000000001696f48f3ce724b5e97e7ae6d611c5f38fdef01e7152f8 0.60 MB 1,484 30
515,779 515,779 0000000000000000001da2ca1cce4c91d1b645657191ad0171d763341c4776fb 1.12 MB 2,089 26
515,778 515,778 0000000000000000003e7f67e22012c901b52c423eb44808c4f29977e1e5756a 0.27 MB 646 39
Previous 10 blocks ↓
Total Size: 685.96 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,412.42 GB sent, 111.53 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.