Memory Pool Memory Pool Refreshing

91,058 transactions
33.61 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,701 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 7,006 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,700 (1,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,770 864,770 00000000000000000000a3f265e64adf2be34c1d8ba26ca883271ebb12bd0443 1.52 MB 5,229 4
864,769 864,769 0000000000000000000011e7ed9306d68859fb56fe2cfc1b1b3db3f35cb8de1a 1.51 MB 3,981 6
864,768 864,768 000000000000000000019a4c1ccbb8b7f5d2559519be4ef3d16095fbfdec8b17 1.59 MB 3,735 7
864,767 864,767 0000000000000000000050c19e0b7faded9cd468470f6c6bca6df1a6a9fa51d0 1.89 MB 3,925 3
864,766 864,766 0000000000000000000053133a61ce1cc5b53adb585ce08571d02bcdc09b4133 1.41 MB 2,986 6
864,765 864,765 000000000000000000030a2c585ca4c1dc1ebd481043dd2d4c8b62715296cf3e 1.56 MB 2,742 7
864,764 864,764 00000000000000000001e4273c7db9554af917e10bc0e943f6c318c746a17247 1.59 MB 2,987 12
864,763 864,763 0000000000000000000097006682c58103eaa613e858f85e888f8854c950e2f8 1.49 MB 3,409 5
864,762 864,762 00000000000000000001b2ee7fa970ebe611c07898b6789b68947c27f5bc59eb 1.60 MB 3,832 11
864,761 864,761 000000000000000000028dd4b51412588ca3b888103e81faf1c60f1d7446d563 1.99 MB 2,224 2
864,760 864,760 0000000000000000000163ecc732885455f41ee7633edac47d1606ad5f7ec941 1.73 MB 3,967 2
864,759 864,759 00000000000000000001d575310903105f63832c20c1830025f93baad11d9161 1.63 MB 4,061 4
864,758 864,758 0000000000000000000167551f23fdbc13d32384b857edf7f35f5a9d8722d71d 1.54 MB 3,666 9
864,757 864,757 000000000000000000025e9125c93c71a995e7e608cad2d01627e73948875466 1.63 MB 4,497 6
864,756 864,756 0000000000000000000085c4039d8bc64026d23fcf6a7e2a460f413a016cd7ab 1.63 MB 4,300 5
864,755 864,755 00000000000000000000e82f8dbd81cad625938230d9d2d96807eb41a1d098f3 1.59 MB 3,682 7
864,754 864,754 000000000000000000002a5678990174feafa76dfc97454d13971791cdc4145c 1.47 MB 3,568 4
864,753 864,753 0000000000000000000207027c2397049dbcc1b09e2bb85fdd79afe9e54a9964 1.43 MB 4,310 8
864,752 864,752 00000000000000000001fed9b215bbbf01f25e53d8a214f29da91ddfd02b5e6c 1.57 MB 3,822 5
864,751 864,751 00000000000000000001dd9a9c6574c9a4d9e6de61e38e585203910d80fe1f6a 1.59 MB 5,693 4
864,750 864,750 00000000000000000000a1f6f0b7f838db8cf1763899ee501a7f8957c8940413 1.61 MB 5,838 3
Previous 10 blocks ↓
Total Size: 693.05 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,862.64 GB sent, 164.95 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.