Memory Pool Memory Pool Refreshing

28,317 transactions
30.61 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,420 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,419 (107,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,876 754,876 000000000000000000078e3a3d5b0b71ca08ee82156e37adfbd83383fe8a61c2 1.18 MB 1,150 16
754,875 754,875 00000000000000000003788e17eef3f4a94fd5a5ded2496e07531142df0ff970 0.06 MB 109 12
754,874 754,874 00000000000000000003f7ffbd775f7413328f275f077c4b3f1699dec03cd83f 0.14 MB 229 13
754,873 754,873 000000000000000000033602aef473a781ec9c43ba3f25f330e0378458fb0cbd 0.67 MB 778 8
754,872 754,872 0000000000000000000232411c6856f2f25cc416bec64f58f3eb484b7bed86b3 0.30 MB 495 11
754,871 754,871 000000000000000000008cee1d344f62b4539b83b258dc2b71d358e395decff8 0.12 MB 260 13
754,870 754,870 00000000000000000002d203835448cb50fe917f6e1849258aba06799a428294 0.86 MB 754 7
754,869 754,869 000000000000000000073947c0b9635edc1a150dc554ef5f4434bf3721d4865b 0.52 MB 758 6
754,868 754,868 0000000000000000000084eef0ddfee109e951c854786a23b74c98ec1ce7dbf6 1.49 MB 1,464 7
754,867 754,867 00000000000000000008384bf778706cbc4e0022e18464dce37740c599fedd7b 1.62 MB 1,997 9
754,866 754,866 000000000000000000016fb20812b2d6075b6f86bdaf79e234795164f0a60b53 1.61 MB 1,482 7
754,865 754,865 00000000000000000004d9d8acd8f8f4f2bc731a956b75a38ead308d63acb15a 1.74 MB 1,086 3
754,864 754,864 00000000000000000004e39437c3048a7bd94efe525d0b50d136240f0c7ac95d 1.75 MB 1,440 6
754,863 754,863 000000000000000000060e21334eeaf435f2dd8576d5ece79c561aef64f02e8b 1.75 MB 2,159 7
754,862 754,862 00000000000000000002622d37e9cefa14f31ea7a87a36e831e4ee2e10f18c00 1.73 MB 2,427 4
754,861 754,861 000000000000000000047c8da61c0e87b4e15e88c77e514e0ef36db92b2eeaec 1.11 MB 986 12
754,860 754,860 000000000000000000013e206576547483d3d7ce430ddd2fa979273c3973c16d 1.35 MB 2,177 22
754,859 754,859 000000000000000000066cbc50347de6520f2268e35a28b3718fc20bed7344c3 1.52 MB 1,020 5
754,858 754,858 00000000000000000002726e722dfd7573a09f7514c281cef566310b6f3ec629 1.70 MB 1,967 6
754,857 754,857 000000000000000000038276edc4524ed66be2349cf2b7713a4ead5de921b777 1.61 MB 2,832 4
754,856 754,856 00000000000000000003b18c32336dcdd6edfbd14612e84cec95612399e892d6 1.51 MB 3,372 15
Previous 10 blocks ↓
Total Size: 684.96 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,367.99 GB sent, 104.70 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.