Memory Pool Memory Pool Refreshing

3,861 transactions (1.01 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (844,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,939 64,939 000000000954465bc3d779510ef47d28a3868845487b299c5049e6466660b5d4 0.00 MB 5 0
64,938 64,938 0000000002a1390720805b4187ad29cdad1bac3aad3a0a9bb3eadc96278a3f75 0.00 MB 1 0
64,937 64,937 0000000001729e2fb8d16dbcfdd5624fc28df744eb855b82b374e4ef63ef7b81 0.00 MB 1 0
64,936 64,936 0000000001bfb874f9ad686f593b39bd767b65004abcc5941990d1e0537f7c24 0.00 MB 1 0
64,935 64,935 0000000004d132b511c9bb6754fe022a7d4653940613819b4308dda947f5d385 0.00 MB 1 0
64,934 64,934 000000000003d3274d39df155a6374946bd617f8accfb5eddb01c4296ce47520 0.00 MB 1 0
64,933 64,933 0000000009bdf96762997546a37840684ac0fa2e0268100d41f98bd0e2c6d9c7 0.00 MB 1 0
64,932 64,932 0000000001cd5b383185194ffaa9d02c2729142c590da37af17a4371db2490e2 0.00 MB 1 0
64,931 64,931 0000000007f49abdb2d3276ba54332eab8fa1d34d173a3e7f567e20dd4afd1f7 0.00 MB 1 0
64,930 64,930 0000000006c5a34272329d77c6d316a6458b3cb674a611b11014e7d5778a1504 0.00 MB 2 0
64,929 64,929 0000000004ade8d4363a39fad04d3cc6e7550fb15907bcd2884669edfc52af57 0.00 MB 1 0
64,928 64,928 0000000002eb5865f97b24bea0d00889fddc341d494810088bd2b7ff735b9017 0.00 MB 1 0
64,927 64,927 0000000001330260cbc4c0d4030a8eee99fc9bf24fec0ae299966fec6e46f803 0.00 MB 1 0
64,926 64,926 0000000005b2a4be917d6c81ac03b8e1e0ae5f52cfbf7005fe4f7f18c1c7c21c 0.00 MB 3 0
64,925 64,925 0000000007198d10b8d4011c5feed573077f6e6690c12dd25d18755d09667b3a 0.00 MB 1 0
64,924 64,924 000000000990f3dbf292c443091d08673821980a9c7e442a295af2ac558d210e 0.00 MB 1 0
64,923 64,923 0000000008d08457790c36c586e6de6e17de3ab1e1e7413a18ca23cfbd933bbb 0.00 MB 2 0
64,922 64,922 0000000001a1b65f9b7defaa4ce24a0d2e0aaebe2df69c7475543c75b400d26d 0.00 MB 2 0
64,921 64,921 0000000000adab286520f2b8658f427355212a754949b0de2183edc8ab7b8ad7 0.00 MB 1 0
64,920 64,920 00000000086e8f2baed29051774413fb5e4f8d318af49cdbb479188dbf3a2a33 0.00 MB 1 0
64,919 64,919 000000000572ddd163cd135aeead35c19b2fd9ea67ea6905d36410d12df7c2ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,917.48 GB sent, 106.21 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.