Memory Pool Memory Pool Refreshing

14,386 transactions
33.96 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,160 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,923 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,159 (65,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,894 796,894 00000000000000000001b7b9c82162b53d4522f3bdfdd7c6c5de9acf5a0d2072 1.78 MB 397 10
796,893 796,893 00000000000000000002b5cf43781ba6f8490d5b0ed6bb3b4a29461f639b5d69 1.86 MB 1,576 13
796,892 796,892 00000000000000000001f35fe90381cbcddea5cf27b3fa2ec77ab6e5a8016ea0 1.85 MB 494 10
796,891 796,891 000000000000000000047b71c81c28f3c119c4c4bd4254b6e29ca2191da93801 1.83 MB 596 10
796,890 796,890 00000000000000000002c1bdd1436516ee722d5fdb19d7de2eea87aff4cb2c72 1.78 MB 1,431 14
796,889 796,889 0000000000000000000543d2c29d2a1c5057c90e0496935a06441cbbea4c1665 1.86 MB 1,287 12
796,888 796,888 00000000000000000003075fe9701558ff3a08dd7ecde5b17547e3fce6e3ba1a 1.56 MB 2,705 19
796,887 796,887 000000000000000000000ded502772b15fc844013fac2cb301660cd3b2ddf753 1.69 MB 1,869 12
796,886 796,886 00000000000000000004df5d52c2251329a50fa653f6dcac12a3216477060ea8 1.48 MB 2,760 23
796,885 796,885 0000000000000000000395a2da12c6f980319c73420783b5a0ff3cfa43a01c60 1.91 MB 2,184 14
796,884 796,884 00000000000000000003243de6d03e7f518e08749ac500764bfe222e95c2a9b8 1.98 MB 770 11
796,883 796,883 000000000000000000014bb99f27d7eda03b1669b38de14893e42fed6ca5e908 1.93 MB 315 9
796,882 796,882 00000000000000000003736376ddd9771b2c59faf105293d351f233a99add2f5 2.11 MB 4,894 10
796,881 796,881 000000000000000000038c5971e13ea5ac86dc751b34a80f421607c0c91620fc 1.87 MB 2,788 18
796,880 796,880 00000000000000000004a20de2d6efcad9b14846cc31bd41b9dfd57c8801fd75 1.88 MB 410 9
796,879 796,879 00000000000000000004170070796a5286045ab03125d0d62b161d63b11deef7 1.93 MB 948 10
796,878 796,878 0000000000000000000045ee0a0126c8a182dbaaeaaa044f9481ef66b781591d 1.84 MB 2,082 16
796,877 796,877 000000000000000000030fd85afa7975b037887ff3c14ed384efd73abe5a3ff4 1.76 MB 1,600 13
796,876 796,876 00000000000000000001f52d8baf6ac9691e7aed20a2789dd3e7ba2f84d78009 1.57 MB 1,906 12
796,875 796,875 00000000000000000001901cb407faaeac8ccdf24f95bf91e7f244951a999044 1.79 MB 2,059 15
796,874 796,874 000000000000000000019a222f263ee6f626cde474ed93659dc3e8351d62f4bc 1.52 MB 1,825 14
Previous 10 blocks ↓
Total Size: 684.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,343.88 GB sent, 101.32 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.