Memory Pool Memory Pool Refreshing

3,508 transactions (1.39 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,608 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (833,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,831 74,831 000000000071304cb7ea0b69659bd6b58db9c6b64c2a31b0382cb0a3cc41d1f1 0.00 MB 1 0
74,830 74,830 0000000000207b50a565b344b84285c93851774d7fc0648aa243cc89e94ba632 0.00 MB 1 0
74,829 74,829 0000000000351ec4613af53c568165cbcb644b986769ede1924074d503a84d9b 0.00 MB 1 0
74,828 74,828 00000000004df70c3cc0e3d02853ea2df276b9c75c126d827be3522b5d65951e 0.00 MB 1 0
74,827 74,827 000000000035230231e6a13c0b8052bb880f0086a6678c261246b4c165c44e1d 0.00 MB 1 0
74,826 74,826 00000000006fa0f61b01ee6e4fda2a18ccef155a1b70c7463404f1174ec25de9 0.00 MB 1 0
74,825 74,825 000000000077784c589feeccfdbe2313ef749676f1408d6bd893a7450ada0214 0.00 MB 2 0
74,824 74,824 00000000001f8d1bdac4f4f74ccfaa4b4c8069352283d937316a8705636875ae 0.00 MB 1 0
74,823 74,823 00000000006c4e11ef2f9ad2a03b98debe106a984f21380cafb357178c571f47 0.00 MB 1 0
74,822 74,822 00000000003a5695766344508a92260ddce82b4c325d7abd4aca8f7b07b28f7d 0.00 MB 1 0
74,821 74,821 00000000000995f47538cf61cb46e2cbac13d1c3f9a50b9b5e394c0304d15ba6 0.00 MB 1 0
74,820 74,820 00000000005753a9f8daaf0795b358a975988889fce671d120cb797f4782652f 0.00 MB 1 0
74,819 74,819 000000000016c6f0e40b8c83c2caf293a4a571f24dcf72c3918edf023119ee09 0.00 MB 2 0
74,818 74,818 00000000001664626d9cb8d2882794ea1d77b03ee05c02e695d48a0c74f01214 0.00 MB 1 0
74,817 74,817 00000000005f135ceacbc9b2f79b304f30cc5e6b573fddf051296cb6962b5871 0.00 MB 3 0
74,816 74,816 00000000007d63844e789ce1ab7c8d4cc2bc9c84d59e931cd94b398d0a3861ca 0.00 MB 1 0
74,815 74,815 000000000010e93db09a5796ed818f07d24ac5f93b5379dbfc6b9332da32b0d0 0.00 MB 3 0
74,814 74,814 000000000000524644d170f9141d98f98085faab58e680b88ac327d72d6535d0 0.00 MB 2 0
74,813 74,813 00000000003560c62013f7ac46d0a3dd3b4104b1f67e3e4a6b7a8b6a3ea8c2ec 0.00 MB 3 0
74,812 74,812 00000000003356837a3ced07d84dfb57142f32b70a30680216a8b93cd970e0a0 0.00 MB 1 0
74,811 74,811 000000000061b72c7ffebb845d6fba97f1a124213fda14910b725f9f539ed106 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.54 GB sent, 102.63 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.