Memory Pool Memory Pool Refreshing

42,992 transactions
23.04 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,667 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,057 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,666 (60,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,848 808,848 00000000000000000004b84190daf6af8192cd2846c6bcfb569db165596d74c2 1.58 MB 3,792 47
808,847 808,847 00000000000000000004355526421f040c94effdca96830862404bf7bf34e6ae 1.96 MB 5,617 24
808,846 808,846 00000000000000000003113084998c86c8b8b6067ee3209c9a8beec4de95b7d7 1.65 MB 3,965 30
808,845 808,845 00000000000000000000de8f1d8a1f0e469b33de8dd3f3aad3172f6adb5938e5 1.50 MB 2,852 33
808,844 808,844 000000000000000000005769acacccce419946d19b8f8315ebce71de6b0efe39 1.51 MB 3,010 22
808,843 808,843 0000000000000000000118cc2af19ad00b1e19dc0ed16a95425a3f0860331908 1.76 MB 4,015 27
808,842 808,842 0000000000000000000429b6258961378c0260d10fc554e5496b4d9e843df021 1.62 MB 3,689 43
808,841 808,841 00000000000000000004c128f7537b85bc62570152f5f7d310c1f240182fd913 1.54 MB 3,489 35
808,840 808,840 00000000000000000001ab8e285f59a37fdfb90ea934632832a7eb8512da92ac 1.93 MB 4,671 29
808,839 808,839 00000000000000000002b3d87f32ea902d09f768b26ab5779b028d274e30ef28 1.78 MB 4,878 30
808,838 808,838 00000000000000000002038996aa26186e3641efad3753f9b0311b2876fe731d 1.79 MB 4,084 25
808,837 808,837 00000000000000000001232c018e30b8e3da0b2bb4e59ec057dad0de2045ade9 1.58 MB 3,731 33
808,836 808,836 00000000000000000003a7ceb2dd7a811223ed3488615517171c58f99fdd84e1 1.52 MB 3,531 39
808,835 808,835 000000000000000000034dc521e2b9d0654ef4d6d74d5ad86265ae138dfd0a61 1.79 MB 4,204 23
808,834 808,834 0000000000000000000367ddd0d123bf6b06eb8beb88b536b3e10164ed42199b 1.45 MB 2,810 35
808,833 808,833 00000000000000000003652de1d590b3d44ed395760cfe98c96c91293941a8f5 1.55 MB 3,843 34
808,832 808,832 0000000000000000000468d8d81ba50deea00af93c5f005183b54912c6f1d9fa 1.74 MB 4,422 28
808,831 808,831 00000000000000000004da11da26ff9f98d9ff314b463a81b179f6f68a3de946 1.79 MB 3,146 29
808,830 808,830 000000000000000000031681aed6f1fdb88116a39d65f72b1d3c767b35f7d3b1 1.60 MB 4,157 33
808,829 808,829 0000000000000000000353385f6865edce6c77f18e117272c6321f623613402d 1.70 MB 3,416 31
808,828 808,828 00000000000000000002abcdb3505fdafe1d17a5ee109676691b8d08e9eceeb7 1.71 MB 2,439 26
Previous 10 blocks ↓
Total Size: 698.83 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: 2,100.49 GB sent, 202.94 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.