Memory Pool Memory Pool Refreshing

40,783 transactions
32.26 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,364 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,446 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,363 (44,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
817,874 817,874 0000000000000000000294ef9a303758537ff67becd8995185bdba524e66f7de 1.92 MB 2,076 58
817,873 817,873 000000000000000000034a1ee01342d9dbb478ae26fa4bd20533659363610be5 1.75 MB 3,842 74
817,872 817,872 000000000000000000007469cbc4f8a4586d124ff2fadaba212e531effff7d6b 1.92 MB 3,947 60
817,871 817,871 00000000000000000000b753a8505d512e256cdaabdf9bd02fb37c3ca017c57c 1.65 MB 3,853 75
817,870 817,870 00000000000000000002658674630525cf6be5812aafc23c51e56aa899728ae6 1.61 MB 3,953 118
817,869 817,869 000000000000000000044fd91fc2b16cc8f176c59a3029c2ecedbdfc47ec3b77 1.60 MB 3,745 84
817,868 817,868 00000000000000000004355b9c32191d06766e0febfa5272e4caa8a353d2cd6b 1.55 MB 3,191 105
817,867 817,867 00000000000000000003145c3c6aa4a56891cfbc12e63abf803bc7ccce220f60 1.61 MB 3,118 133
817,866 817,866 00000000000000000003549267b8d9518bf55c4aa8665db374e3bf42b76dd5bb 1.82 MB 4,051 68
817,865 817,865 00000000000000000003bf1b1b42bf2a608bafabeb94268bdf07d52180f08210 1.78 MB 4,029 88
817,864 817,864 000000000000000000020ec49526aaaa2e10fd2c7249c73d2f669d9af34e0e9b 1.49 MB 3,004 59
817,863 817,863 00000000000000000000309898b823e8beff7ae7895c19bffab15079b88b958a 1.55 MB 2,871 126
817,862 817,862 0000000000000000000232dd9f37e41a97eff7cdde05b9861446e00c7fbd1033 1.96 MB 3,068 60
817,861 817,861 000000000000000000022d5228e5a31f25ba434870ff52221ba5756b8ff38715 0.00 MB 1 0
817,860 817,860 00000000000000000001b75214b149ae180ed19688b508178a0e6b5955a13d32 2.66 MB 2,480 55
817,859 817,859 00000000000000000003bb4e24d498b5cf8b042223547d5e5addf5ebb0b1df4f 2.12 MB 3,366 64
817,858 817,858 0000000000000000000267247dd2f484c5b311039cd8b5e9fbf9fcf1f8879ef6 1.64 MB 3,745 89
817,857 817,857 00000000000000000000a8f5319bf3fffc74638f9e2c2829bd60e7655f811f7b 1.75 MB 1,957 61
817,856 817,856 00000000000000000002223aa019d2f583a0f5ecd00452cb01622c3aaba9240c 1.90 MB 4,529 87
817,855 817,855 000000000000000000017a2f6ad035ba8b846ada44f953aefb33c2e1da422c0c 1.91 MB 3,881 65
817,854 817,854 00000000000000000001a6a24eb27f1882b7f07c00394ef1732c6e41269c302a 1.75 MB 4,398 108
Previous 10 blocks ↓
Total Size: 684.86 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,365.46 GB sent, 104.04 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.