Memory Pool Memory Pool Refreshing

79,952 transactions
29.05 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
864,977 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 6,530 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,976 (57 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,919 864,919 000000000000000000024b56e6ec755ae3f462972ae98ea4a639acf3d6cfd39d 1.53 MB 5,458 21
864,918 864,918 00000000000000000002cc1c19ea0a5ce2f29e2d322c6885e0c3d0fdecff4265 1.46 MB 6,316 29
864,917 864,917 000000000000000000009db10728ebe0ef4f2d79390a11804cbc5a9296d95bcf 1.45 MB 6,940 31
864,916 864,916 00000000000000000001f05d63602cf2e32661ca3d3055dcb523744964efc658 1.43 MB 6,726 33
864,915 864,915 0000000000000000000298638de09601998932e5b6ee5d5277dcaf837c856149 1.42 MB 6,527 26
864,914 864,914 000000000000000000006f8bb075723972f43d0a8c821d0f782385c5b61b434b 1.43 MB 7,163 31
864,913 864,913 00000000000000000000dd7b4eb9dd92b14f2b3766c848285d07929e9346e49b 1.51 MB 6,870 27
864,912 864,912 0000000000000000000030909f269ec4872b8a0588b29005dfb0eba611488783 1.53 MB 5,234 7
864,911 864,911 000000000000000000029aad314b5285615a623f8b5ead0ba2488a4043c126ba 1.63 MB 3,475 6
864,910 864,910 000000000000000000026345d5fbaf25f63914efafdc9447a95a5d105c443155 1.56 MB 2,421 5
864,909 864,909 00000000000000000000f9561ed66435de2a0317cb15e9d6c141a210c0f7cdca 1.61 MB 3,758 12
864,908 864,908 000000000000000000015e2ff504576ccdd1993d43b4f8fc41da3d5fb4aa0f86 1.60 MB 2,080 5
864,907 864,907 00000000000000000002b2f61285f1feb81117502a411cca04bbd352db8cb4f1 1.46 MB 2,016 7
864,906 864,906 0000000000000000000243af860f77b99aae502c759123d0fe264da8ea62314b 1.74 MB 3,128 9
864,905 864,905 000000000000000000026d28d902448d1a7b88da0f9f59e83d2767c3caf0d176 1.56 MB 3,673 11
864,904 864,904 00000000000000000001de0f654ce6f35c8d29dbe21bc44cb6cbea2227eca796 1.59 MB 3,431 15
864,903 864,903 00000000000000000002791de38f6612dc54960f2ae4a15b384667e3bbc8ca40 1.63 MB 4,009 12
864,902 864,902 000000000000000000001a4751fb83d96a3df060863625a8acded16b9ad8ce78 1.47 MB 5,208 18
864,901 864,901 00000000000000000001f3bba4c04e469ba575f4e72b389de04168c4107f221a 1.55 MB 5,296 9
864,900 864,900 000000000000000000018527ec0dd5aab04780fcde35f192f1fdc41b5f7f5a85 1.53 MB 5,410 8
864,899 864,899 00000000000000000002a147bef91a7f54e66500a46ba40c1045ed23a37f192d 1.47 MB 4,398 10
Previous 10 blocks ↓
Total Size: 689.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,663.59 GB sent, 139.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.