Memory Pool Memory Pool Refreshing

4,834 transactions
30.36 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,939 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 1,526 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,938 (52,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,881 811,881 00000000000000000003771842632b5a9e44e1cd9bc4c97fb1a03ef184084a09 0.00 MB 1 0
811,880 811,880 0000000000000000000190abf51d4d17516ac542e9835d3bd2252e211360d3cf 1.42 MB 3,051 21
811,879 811,879 00000000000000000002dc7710176934950fa5747ca79a8c23e56b2908925d3a 1.42 MB 1,834 18
811,878 811,878 00000000000000000001ae1a54f79911b88c383648d24950424f40b366460e9d 1.54 MB 3,438 23
811,877 811,877 00000000000000000001f7afe681eee11dc98be30ed4e8b9d4a0df546414e1aa 1.47 MB 3,189 22
811,876 811,876 00000000000000000004cfd2a4c8edafac5cbd376023505605c7157eb42f0d8a 1.60 MB 2,941 22
811,875 811,875 000000000000000000021548cdb749ed182ad4666dc54439cbf4aed11504ba8c 1.72 MB 3,174 14
811,874 811,874 00000000000000000004ab836a4b7e77fa9b3b4473cde837f89c9003f957e236 2.20 MB 1,696 17
811,873 811,873 0000000000000000000287e21e7eb3f2f1ca492a558fbf5b7f59033da858f3e0 1.68 MB 3,738 22
811,872 811,872 0000000000000000000188852ce55bb5bdeae70f84e1c24b531e0287fc3b37b2 1.57 MB 3,874 22
811,871 811,871 0000000000000000000408ce02b92d215c25b05eeae9ccb46255b7208a61f194 1.58 MB 3,366 23
811,870 811,870 0000000000000000000074cba89661782ecd71f1748bd5fd0568febfc574490d 1.37 MB 2,866 48
811,869 811,869 000000000000000000003e67e820b7a85b6e5c0344fa0c73d7c0de2224e1fba7 1.47 MB 2,271 16
811,868 811,868 00000000000000000002d31055377691da90aa75368337f6a4601de288fedc89 1.38 MB 2,763 16
811,867 811,867 00000000000000000000056df2908a2c7463c8055dbb84b6c3b82585d32c5daf 1.59 MB 3,317 23
811,866 811,866 00000000000000000003149e2eed4fa9d3a46b316653c14ea80c0225eb57f1af 1.17 MB 837 10
811,865 811,865 00000000000000000003f8c348f71aa4cad759b6a4437958a927944f61397530 1.17 MB 778 10
811,864 811,864 00000000000000000002e565823446f188f004f19ba71b8b3e8a477bcbff8143 1.15 MB 663 9
811,863 811,863 00000000000000000004447a32ef30e3f30c4ff8f0b7c1ce4db4213f5984999b 1.28 MB 599 8
811,862 811,862 0000000000000000000450de70c10ee12c21b7afab60ca22edb3608fb778713d 1.35 MB 2,013 15
811,861 811,861 0000000000000000000461ea6cb488d80b2398dc5208e987f6cba38fd726dccd 1.26 MB 1,593 13
Previous 10 blocks ↓
Total Size: 687.90 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,532.09 GB sent, 124.72 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.