Memory Pool Memory Pool Refreshing

20,729 transactions
31.76 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,869 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,195 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,868 (66,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,998 796,998 00000000000000000004944c6f4fe4901f4ae93653bdc6fdcb68388c113452c6 1.64 MB 3,524 22
796,997 796,997 00000000000000000005706fc84d4e17440f47f235dbe8195570ba3f9922a4b8 1.54 MB 3,418 35
796,996 796,996 00000000000000000005010a9a81ede185d56378a25e2b4e74de13c88d9c56fa 1.17 MB 1,216 20
796,995 796,995 0000000000000000000352900677776be53313045b7b148c52ca684551590255 1.65 MB 2,627 22
796,994 796,994 00000000000000000002ce74cbb1aa2d69d15fbc4aced176d65233baf83da646 1.64 MB 3,252 18
796,993 796,993 0000000000000000000459cbab71ec9bb38d400523de303295de9bfb9e8583e0 1.61 MB 3,413 25
796,992 796,992 000000000000000000018f0abc5094281b9790815f6fb7e776c7439e18b7c1f1 1.51 MB 3,382 38
796,991 796,991 00000000000000000003d8bb9e2d6e9373c34aecd0827dfc762373fb51c3692d 1.62 MB 3,364 8
796,990 796,990 000000000000000000015e8750dd84a363bf9808d0431be7bb3d0e9f8338e399 1.79 MB 4,799 7
796,989 796,989 00000000000000000003acec7440cd1074e6d88f32bfc22d58255cb25ebf1e1f 1.54 MB 2,092 14
796,988 796,988 000000000000000000044221a83a1701494bb0390da3ecf35ed8146780f2c4a0 1.78 MB 3,711 9
796,987 796,987 00000000000000000003de876974b308a9e2c9f6cc7ad53ae11d5798f9b0d675 1.83 MB 2,458 12
796,986 796,986 000000000000000000011d89087746a4de0b3ca31866c929f8576efd6b419ef7 1.63 MB 2,757 19
796,985 796,985 000000000000000000004f83637010f6dd5047c55ea5e4cc44c137033430057e 1.41 MB 1,859 17
796,984 796,984 00000000000000000004e280530e0e691da53816a1d03677a00d7e2a9b2d7ad8 1.85 MB 1,883 9
796,983 796,983 000000000000000000046c76b37a4fc48e21e74717d4d6c967c1fe8621be2b40 2.05 MB 3,463 10
796,982 796,982 00000000000000000000904568bd68dfa03752f29e0f4bd263f85649455aadc3 2.20 MB 2,157 14
796,981 796,981 00000000000000000003b04ac54245616971673489e974d7190980219b536806 2.55 MB 1,425 10
796,980 796,980 000000000000000000043242191b1aa8d632cfcd7284a9482c044533b0ea4246 1.74 MB 2,339 12
796,979 796,979 00000000000000000003b5bcfd882f21b8aba2c23f0392fa7bf6c5b7dd4f78e2 1.65 MB 3,090 26
796,978 796,978 000000000000000000053a49b4a92d33db02b837520361cf52d52bf7b8683b75 1.36 MB 2,009 22
Previous 10 blocks ↓
Total Size: 687.77 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,524.82 GB sent, 123.91 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.