Memory Pool Memory Pool Refreshing

43,041 transactions
31.98 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,492 (616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,876 862,876 0000000000000000000252b937680a1f58123e8e2a1de641172c8afd39165b09 1.69 MB 7,391 1
862,875 862,875 00000000000000000001ad0a034b871e77a367912bc800aefeaae5fc333ca9b8 1.62 MB 6,419 1
862,874 862,874 00000000000000000002719d52f4d9c726b093e9c985fef8e63ef080a6881029 1.68 MB 4,893 2
862,873 862,873 0000000000000000000042ea55cbf961a234ed407f8b17b0656cad1972c65b10 1.70 MB 3,092 2
862,872 862,872 0000000000000000000170f031aca0562c2c4a3c9d507371235116de70451acd 1.66 MB 4,811 4
862,871 862,871 0000000000000000000006fa7f98065520785f5b1fc61fd87a89c14737302fc3 1.58 MB 4,298 4
862,870 862,870 0000000000000000000261e03fac17f1b5cadf3e05156b90d6a0af0fe02f3893 1.73 MB 4,686 7
862,869 862,869 00000000000000000003021f5561405f98a919371626bc6c2a2aaa648ae06cc3 1.48 MB 5,676 6
862,868 862,868 00000000000000000001e1d001dfc70fedc5c29c5e43317b7d88a161908295f3 1.46 MB 4,850 3
862,867 862,867 0000000000000000000173ff8d107f792b344c447591186d7fdcaab0bd248abd 1.46 MB 3,878 4
862,866 862,866 00000000000000000001a3ba2f55859e2319856328385c460facc52e8008d72c 1.63 MB 4,013 3
862,865 862,865 000000000000000000002b654cda56533832b5973680e1cbf0eb6f6453c9262a 1.60 MB 3,046 4
862,864 862,864 000000000000000000032151fe20a5ec6dfcf40b77cddfdd91c7eeffd4fa0645 1.58 MB 3,298 9
862,863 862,863 00000000000000000002d6aae723e7d4dbf99c0b2df817dfd3f30ee68e9b9088 1.58 MB 3,119 8
862,862 862,862 00000000000000000002cd4b151e5b5c608ec28ac0ae5a04da871a9c021e1557 1.70 MB 4,345 3
862,861 862,861 0000000000000000000051bf6eae1fa06135192a8307feb7e572cf60f54ae9d1 1.67 MB 7,134 1
862,860 862,860 00000000000000000001d4f53b03544cec8b94c4356aa3bade68410c101b0e29 1.70 MB 6,235 2
862,859 862,859 00000000000000000001ccf35042f3c317c4568d5db6848b1ed3f10b4c39e479 1.93 MB 4,519 2
862,858 862,858 000000000000000000031105953dc1e98f8d253a335ec090e9318a57c8f7b8f2 1.64 MB 7,633 1
862,857 862,857 000000000000000000025a1aa9c9b4733c033664ae855721d373d168e88afce4 2.01 MB 2,765 2
862,856 862,856 0000000000000000000118ff386ea75b999eb1e2263227203b1c895dbddad8d3 1.67 MB 1,439 2
Previous 10 blocks ↓
Total Size: 687.06 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,505.78 GB sent, 118.81 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.