Memory Pool Memory Pool Refreshing

65,187 transactions
45.39 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,000 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 2,337 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,999 (685,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
162,620 162,620 0000000000000cbb8fd0a4810b1f6d5e3ef9a0ee48f0b2f65a5b6f8d7ead375a 0.03 MB 93 1
162,619 162,619 0000000000000c2e99f811c4246689cd4e8127e5b71b305b94fa141d84757070 0.03 MB 72 82
162,618 162,618 00000000000006a03d8ed0f976c70ffeb607aa01fec48e1ce431cbd906517d99 0.08 MB 52 81
162,617 162,617 0000000000000692cb11ed00b39847e883972b5932da9510f6f3e8ada0afcbdf 0.07 MB 112 1,680
162,616 162,616 0000000000000bc40b24b5d6bcda1403c8a709511a01d049c996dcba2a14d18b 0.01 MB 32 52
162,615 162,615 00000000000002f04143cc7e238a551cd0b45cca2490433f59a190447f855b10 0.03 MB 60 30
162,614 162,614 00000000000002b4259537f10abd9c8d23e688c3b72c763f10161e49128758fe 0.01 MB 26 110
162,613 162,613 00000000000007672bc58cae351e3877d30df35a796b1d1fc132a0c141590ce6 0.01 MB 40 78
162,612 162,612 000000000000006be9c6384d1b05592ed1188f2b538e280e382b955fe0ea4b96 0.02 MB 34 144
162,611 162,611 00000000000009b997ab1f5111cced72e1d48dcb51ee31c4eb6401db6b1b50ab 0.00 MB 10 303
162,610 162,610 000000000000095c23ebcf410836a85daf5a772cca942bd9d4503390f9b75c1a 0.03 MB 44 132
162,609 162,609 00000000000005c8d1292437f744ae8ee81e80c6a19aa964037cf6d0f2917043 0.00 MB 4 22
162,608 162,608 00000000000007ce6b8c5127edf329d01147e5d5d2783184c56448bf68922616 0.03 MB 101 68
162,607 162,607 000000000000051c73785d7080bcb9d8793d3df75211e03d0155a110640ed86e 0.04 MB 107 4,532
162,606 162,606 00000000000000846c5f47a53b4cbe924502b15a7e89a573d3971cb933d9858a 0.00 MB 10 488
162,605 162,605 0000000000000c026cf59763ae383fc3a7633964346244032e30add8735dcd33 0.00 MB 18 71
162,604 162,604 00000000000001506e6f8232fb0c81c19128910d7bdead4d8392c9834cd86571 0.00 MB 12 64
162,603 162,603 0000000000000c85a3af0f8f66134874e4451ab35a6629f4f48159323c815098 0.02 MB 52 212
162,602 162,602 0000000000000a621e63407095f8b2f84e2c8c064859833fc292ee011496d1ff 0.01 MB 6 23
162,601 162,601 00000000000004aed69373bb893ec73d11a2aaa439dd55e5bf9adb7a58d01ac2 0.01 MB 19 0
162,600 162,600 00000000000001443664a56e8209aa98422db7aa23d8c521dc5e9e29ed6049ed 0.00 MB 6 405
Previous 10 blocks ↓
Total Size: 657.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 67 incoming
  • Data Transfer: 295.71 GB sent, 0.85 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.