Memory Pool Memory Pool Refreshing

26,186 transactions
28.34 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,305 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,765 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,304 (390,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,878 471,878 0000000000000000013feee40aba052087bcd8467232b6e3e77d2edd73cab963 1.00 MB 354 29
471,877 471,877 0000000000000000012e1051208e5d368886fa3669a18ef4e1240dbbc41c10e0 1.00 MB 407 54
471,876 471,876 0000000000000000014ac1540b19ea36366d78bf97245f8b009dd5e0b99d4661 0.48 MB 991 191
471,875 471,875 000000000000000000d8f7995cc77bf1f7203a4cbeea64e813f68990f597758d 0.99 MB 2,171 330
471,874 471,874 000000000000000000fddfee3396c03054d733cc9678ca2f310314c00becb04a 1.00 MB 339 41
471,873 471,873 000000000000000000ad162d862ea6fdbaf45f2d72f8b63ad4d1bf67fbc04ee5 1.00 MB 84 13
471,872 471,872 0000000000000000018af459a4a1514cac40b62e8a54033a6b67f0086dc35d45 0.08 MB 233 277
471,871 471,871 00000000000000000012dbc589e0f9ddbae7d81913e916bb4c1543da0473bb64 1.00 MB 477 67
471,870 471,870 00000000000000000122d30ea9caa023cfe7ead9fc2caf67328026c2f05a417c 1.00 MB 1,849 158
471,869 471,869 000000000000000000fe7804382f4400c8db4bd408fbe905f88e64a1217fef3d 1.00 MB 2,214 341
471,868 471,868 000000000000000000b9d82af5d13668a848385c9ab083cc9ca169d8bd596ebb 1.00 MB 2,007 233
471,867 471,867 000000000000000000949849cda35c5094f90d8c67cf00a830725c44ce5f1b75 1.00 MB 1,932 402
471,866 471,866 00000000000000000041344fb67fb1b5e657775f4c1d390305e4342f373f2bc3 1.00 MB 1,384 129
471,865 471,865 000000000000000000532adb1c877cf79e6327076c55a5fee113eb17fd5f281f 1.00 MB 1,646 232
471,864 471,864 00000000000000000099f83c14a61f1b109a712d8de321c0909bb2ddf07782d5 1.00 MB 640 59
471,863 471,863 0000000000000000014ba9ace236e8385d5548461aa06f0d5261477603138999 1.00 MB 1,266 77
471,862 471,862 000000000000000000f2c4207d76fce63d3255d28ca563cc1c5e4ea09b1d82d3 1.00 MB 2,148 332
471,861 471,861 0000000000000000004a24fb7919c40525b49c751cd24b7a62a6a62f9aaf45c6 1.00 MB 1,063 347
471,860 471,860 0000000000000000008210df4dd61d66920737329f764bee50ef61865afdaaaf 1.00 MB 1,208 131
471,859 471,859 00000000000000000003f50f70f4e9355678bfa206a9120d2805db9970242501 1.00 MB 2,337 112
471,858 471,858 000000000000000000d2b96a4e5c2ce32a048c0d6b977a47d81a975d6b7e9484 1.00 MB 2,159 103
Previous 10 blocks ↓
Total Size: 684.74 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,362.82 GB sent, 103.30 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.