Memory Pool Memory Pool Refreshing

640 transactions (0.21 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,856 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,855 (875,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,750 33,750 000000000c63df88240cba013e474417344c4145227d97c23c015c712fade625 0.00 MB 1 0
33,749 33,749 00000000948908feae7ea825fde2830a6fe4d5d8ed8a93e0fcdce03b3a7751f6 0.00 MB 1 0
33,748 33,748 0000000053d0632b6867bda2216174b166137b7419f281336e198208c8ec98ca 0.00 MB 1 0
33,747 33,747 00000000b39018a836db519851b9e7ea850b7037761eaf9d26633c9413356be3 0.00 MB 1 0
33,746 33,746 00000000b3441692a62daf3beac6a28f9415f096c030f58286a449998a2320b0 0.00 MB 1 0
33,745 33,745 000000005fa1ec848f5c517d874528a4a5cfd38ac437114ad9e17fe552d9c3f7 0.00 MB 1 0
33,744 33,744 0000000035725c90ca0af9b77790b980de9e028813afe0e45b57e0e4f5998e11 0.00 MB 1 0
33,743 33,743 000000003e372b83f62094841a0aa2fb01126db21be01dd90fefb6b9c6c9a018 0.00 MB 1 0
33,742 33,742 0000000098886e6a0aa809572264d008fe69bf8f77c29ac194417bbec97dead4 0.00 MB 1 0
33,741 33,741 00000000b528e5458945cadcb809979f3e95540f534a85cd2297c8d0963cad2a 0.00 MB 1 0
33,740 33,740 00000000b35d5ecd5837bf1d7e7510e365865e6db878539c5afda145f1156144 0.00 MB 1 0
33,739 33,739 00000000a72446df8490645c2ffcc29d7d5f3876b4bab8145ffc5a17d1aea4dd 0.00 MB 1 0
33,738 33,738 00000000866acf680021e5e8c50c1bf6e35f2d74b390a2db83aee269e325fdd6 0.00 MB 1 0
33,737 33,737 00000000d13c53d729ec82b847357f6dd9c665a81ce3b422e77026b6fd519979 0.00 MB 1 0
33,736 33,736 00000000c90edbe7155503dd9b7d592d3d7d84080967f373595d8f0864fec0e5 0.00 MB 1 0
33,735 33,735 000000002c99c3ea1c196af7ccac9c6c81a58b7ec575c7a790ed2f6e7eb02ad9 0.00 MB 1 0
33,734 33,734 00000000a12d47faf62a6e9bc372fd6a1866150d294392aeaeafe98f7cd2cabe 0.00 MB 1 0
33,733 33,733 00000000af5cf26f38753beb79e444186d7aa78ba6e194e91c6e04ea2287a251 0.00 MB 1 0
33,732 33,732 000000000826eed89046beec684c2fe6cec653aa552b35826493e01c3cb462ae 0.00 MB 1 0
33,731 33,731 00000000269d748d3c429a4cdd8a6edbede320ef7c2894dbed88bde9786b263b 0.00 MB 1 0
33,730 33,730 0000000039dec064da8d3d9d41dbeba2ba3b7a47899e4040a55bf3b1d1643a53 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.28 GB

Node Information

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