Memory Pool Memory Pool Refreshing

58,332 transactions
27.45 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,850 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,140 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,849 (92 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,757 870,757 0000000000000000000255671f3c0b3a4ad15d137bec25227016e274b8b3b900 1.76 MB 4,707 3
870,756 870,756 00000000000000000001643b7e84539fdd542666b074a5717af36e66b80513f5 1.50 MB 4,315 5
870,755 870,755 000000000000000000016da156b0c150292da4aeaec40bfe6faabff06677c0d1 1.47 MB 3,237 10
870,754 870,754 0000000000000000000113d208d3ab8234007e60d68bcfc88a0ec1be0054bece 1.59 MB 5,079 5
870,753 870,753 000000000000000000012cc133bc024fa6a607cc4eb9b2d251b795dacfc7a5e3 1.86 MB 3,649 6
870,752 870,752 0000000000000000000081ae92f206e097daa009b88be0f99a299b94bd98b26c 1.82 MB 2,555 2
870,751 870,751 0000000000000000000178df2274e2f8bb4164c1d8cf6c06942473d7dba679aa 1.63 MB 6,053 3
870,750 870,750 00000000000000000000ee1616b2a6f3c816c4284efef8ce2de2f19a90266c9e 1.63 MB 5,893 4
870,749 870,749 000000000000000000023b503b9fdee7d39b8d89dc1861118aba9cd041f4c5ac 1.60 MB 4,750 4
870,748 870,748 0000000000000000000191c7d9b6bf9309081af1e618006b33f61af96df242d3 1.57 MB 4,362 6
870,747 870,747 00000000000000000000710eb524683030594356361a24dbf778a5fd76e86c6a 1.54 MB 4,277 11
870,746 870,746 00000000000000000000430aa4f5ac7c6e108f78c51ee7da319fbcfeb4e05a73 1.68 MB 4,295 2
870,745 870,745 00000000000000000001cec44e2ba9260a876550fdb7f65a5443152dc0622f39 1.72 MB 4,081 4
870,744 870,744 000000000000000000001a6e5a39a321fd834df491912f5c38e2d34871b0933e 1.71 MB 4,856 5
870,743 870,743 00000000000000000001946009e9dbfeb745a890b215e11ccc891d3c30a171c3 1.76 MB 3,617 4
870,742 870,742 00000000000000000001e8287c7f2f9394bd685bd0d0846496d1124b4b326fac 1.81 MB 3,838 6
870,741 870,741 00000000000000000001ceff0edfd2cdc8b7a0c62b58ba03a8cfd5eca20ee45c 1.85 MB 3,913 4
870,740 870,740 0000000000000000000244f47b6fa9dbfc7c6aa837a4e3aebcf9008beb219136 1.57 MB 3,617 7
870,739 870,739 000000000000000000006ef04b2c3f8032377cc39fbb6bb07b55765acfcb2e51 1.50 MB 3,034 8
870,738 870,738 0000000000000000000106bda2b5a10d7f4334b48d06d9d1028c7537d1faebd7 1.66 MB 3,921 6
870,737 870,737 00000000000000000001c16adb73835054859a14233191874a5eddea8ab821c6 1.68 MB 3,593 4
Previous 10 blocks ↓
Total Size: 701.07 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: 2,398.92 GB sent, 217.67 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.