Memory Pool Memory Pool Refreshing

67,271 transactions
26.09 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,452 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,077 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,451 (471,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,518 398,518 00000000000000000024be496c28d650730ee15347e984022ba9ed776be56cc6 0.99 MB 1,121 26
398,517 398,517 0000000000000000008f05f41b6a8b902bca49bf138c79d822064f66c04c5dce 1.00 MB 1,902 34
398,516 398,516 0000000000000000029c40dc8dea63d50747479211241b02ba733c456c95782c 1.00 MB 2,095 45
398,515 398,515 00000000000000000435d12fd9b1d02e503fd3093b5f996631fb88adc98c1da6 1.00 MB 2,919 55
398,514 398,514 00000000000000000179ee4bbc44313b2fcb498b0d6cdde33114a729f1e52a68 0.45 MB 875 34
398,513 398,513 0000000000000000011109461d5197452e26847737fea792a73673dd88284509 0.81 MB 1,635 35
398,512 398,512 000000000000000005661b6e7bdfe1457f01e11f95cf5d522c9916a30ec51d92 0.08 MB 121 15
398,511 398,511 0000000000000000078933b88a87d34de5b69d00a47bfe2f380f703e167beb40 0.95 MB 1,134 15
398,510 398,510 0000000000000000035e35e093d2789abe606c91341aca1a931566bff9be5bcf 0.38 MB 550 22
398,509 398,509 0000000000000000054789c846ce0d10ae2c719d0ae44068e9b7f2c011aedf54 1.00 MB 893 16
398,508 398,508 00000000000000000288c9be8bf0dcc0b14158caa8c45bfe98cd52494eab2c5c 1.00 MB 1,240 24
398,507 398,507 000000000000000006ef949d3984788235ab3ef1d342e59adaac1909e84df092 0.99 MB 2,872 54
398,506 398,506 00000000000000000634cd5eca7c5f55ee320f5b9b7ff6327a8a660af045751d 0.93 MB 1,897 30
398,505 398,505 0000000000000000000dc2a2512ed26a94c145727ca1fb6b207feb077ca749c0 0.93 MB 2,712 49
398,504 398,504 0000000000000000023e9c192cc0ca41d7c1f06d16677340f3a34221d3afe26b 0.99 MB 2,625 50
398,503 398,503 0000000000000000015dd2147852b39a4db630684edd91cfef0f1def6144604e 0.92 MB 1,969 39
398,502 398,502 000000000000000005edfe4fb9e23392f2559d5c7df9305e3e94372575c7002c 0.59 MB 742 17
398,501 398,501 00000000000000000758ee4405c4951416a8aa94b764f9b39af4a5a7a8fa9f5d 0.97 MB 1,430 23
398,500 398,500 000000000000000003028f7d471cc67439cb50c9bfccc36cfed3d3d2bc2f0c53 0.99 MB 2,639 46
398,499 398,499 000000000000000004280ea4797b466ece20d431c396e9f1438d4de98002c2b7 1.00 MB 2,097 37
398,498 398,498 0000000000000000001182e8dced646da20aca07930fbd4db7789693a6adab9e 0.58 MB 1,176 33
Previous 10 blocks ↓
Total Size: 700.30 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: 2,295.38 GB sent, 212.58 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.