Memory Pool Memory Pool Refreshing

14,616 transactions
29.92 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,174 (178,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
683,878 683,878 000000000000000000020d6f292f773b3e6c803e1c133ce54df82d9ed2b6b45b 1.46 MB 2,478 91
683,877 683,877 0000000000000000000a5a7cc3e2c926a21b54aebcaf7fc17cf650c4eedc50eb 1.14 MB 822 61
683,876 683,876 000000000000000000055d212e9e603e07bbfbf93ea77ea47135eccd6e239c62 1.27 MB 2,458 63
683,875 683,875 00000000000000000003264aeccde06b4ed25ec5d5b97429ac3c040d935a3b12 1.20 MB 3,607 112
683,874 683,874 000000000000000000073489abd69eb402f46f6dba2518bf182d180a721b1bee 1.12 MB 39 1
683,873 683,873 000000000000000000029a2da41c6da6b734a637942705df119d8c277a4cfe4f 1.23 MB 2,067 44
683,872 683,872 000000000000000000043be24b702ba5cd213b0b95bdea29e369604b3ef874dd 1.33 MB 2,427 46
683,871 683,871 00000000000000000007c2ca8d83e25da1198ad2be4b4727524ea90694ee1502 1.35 MB 1,769 44
683,870 683,870 00000000000000000001977a4e0b706c51651054fbc189fab9d4bb1799fddcb2 1.51 MB 1,343 13
683,869 683,869 0000000000000000000a4c234af5b2d0f87cb2384d0a51c7227569c5e78b9897 1.41 MB 2,201 61
683,868 683,868 0000000000000000000a3103bf2b6df82549b08bc343c4ccaa0bcb2073d66056 1.23 MB 1,256 23
683,867 683,867 00000000000000000002b8c2e9c7a26348e507c64e7df7b88c01df3a33db4d15 1.35 MB 1,457 18
683,866 683,866 00000000000000000008dd6ea62cfbc8063e3d2c0720d09789f327e37666bff1 1.74 MB 1,077 16
683,865 683,865 0000000000000000000ade708e816d8d48cdf40c0d0d9f5cc9e56bfe2a0d6011 2.00 MB 810 6
683,864 683,864 000000000000000000087a89dc71da040509f7b6e4811c24586f273f7f123720 1.31 MB 2,164 8
683,863 683,863 00000000000000000006bc4efeca1cd50bebd1ddb495edc081e68cb34f7d69cd 1.25 MB 2,414 19
683,862 683,862 0000000000000000000932fd8e54d2d99a8b66de2a39e7bc94f68220d3e3f7d3 1.32 MB 1,366 35
683,861 683,861 000000000000000000094eafbbdb8f943b61291115d8a1852cb55e0b68792a47 1.22 MB 2,029 68
683,860 683,860 00000000000000000003975ca2fa303e6b6226fea1c71f949873ad739a229294 1.40 MB 2,401 50
683,859 683,859 000000000000000000057eefd7e62ae4134d6357a8fc3640eaa3d881a2edad44 1.44 MB 2,546 61
683,858 683,858 000000000000000000083744f209c6d443ebc6ecbbe6d66d16453421da2e2c26 1.15 MB 2,054 27
Previous 10 blocks ↓
Total Size: 684.49 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,345.09 GB sent, 101.41 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.