Memory Pool Memory Pool Refreshing

50,803 transactions
32.72 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,483 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,589 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,482 (114,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
755,462 755,462 00000000000000000006e03b01646d229e8dcfa3b700f271b32ca5492a207d30 1.14 MB 1,181 17
755,461 755,461 00000000000000000006b6b62a954efe176e703fed2821319d96e263faee37f7 0.06 MB 91 11
755,460 755,460 000000000000000000043a55a1c37cf1682682564b111ec3067834f9ce510a27 0.85 MB 1,328 12
755,459 755,459 00000000000000000007169984821469c3f1c410b24c96eca4a36432439aaa93 0.64 MB 1,345 12
755,458 755,458 0000000000000000000858dfd3640347530f5cbd59263bbe5fb1c7b5d169a5d3 0.84 MB 1,745 12
755,457 755,457 000000000000000000000fb11a4fb7535f424f8c0b882fd07070463754df3ce4 1.19 MB 1,037 5
755,456 755,456 00000000000000000005c00e5f34967556748ae0c907c7b4325e0d720cce5986 1.54 MB 2,530 13
755,455 755,455 000000000000000000038eeff97f9347bfa36733d7861ad8fc31c2d552758485 1.52 MB 2,335 9
755,454 755,454 00000000000000000007d64dc9fb14980818aefcc63939815ff59cb787823a7e 1.56 MB 1,736 5
755,453 755,453 00000000000000000005cae5338babc61d003099dab8c6de6bb6ee5b3714d4f4 1.48 MB 3,100 19
755,452 755,452 00000000000000000004b680f149f5abff4591df7758ba7b3e4840cea99834d6 1.41 MB 1,780 12
755,451 755,451 00000000000000000003263c4d3b5978c89d1599ab6894cba92d33b3cb0fdeda 0.40 MB 869 11
755,450 755,450 00000000000000000006d12ad007c98415de152d7849ed5686949c4d19a30ab5 0.32 MB 638 12
755,449 755,449 00000000000000000004a5b393a7df79d77b7b201647b30c6cef2e407f20f27c 0.02 MB 63 12
755,448 755,448 000000000000000000052a2b2947df6a8e526b8458815694749ff613e702b595 0.55 MB 742 10
755,447 755,447 00000000000000000004a43b02dd59ee71dc9539650f57c4b461984a7af76ecf 1.74 MB 931 2
755,446 755,446 000000000000000000079accc5e7fcd4bbbe4e1dd6243f4c0588161ce766d123 1.53 MB 1,874 11
755,445 755,445 00000000000000000001fd908482289bc1614ec58a28ed47e29eaa36d0b679f0 1.52 MB 2,363 16
755,444 755,444 00000000000000000005106252c654d46b80277c0242c294a8b4f7df1f4d1f4a 2.30 MB 48 1
755,443 755,443 00000000000000000006180f6723a58dbe89f4dfb6893a5042314098700006c8 2.29 MB 289 1
755,442 755,442 00000000000000000003e57dbbfaf8f4c03e918777361d700f805c38e833d978 1.47 MB 2,465 15
Previous 10 blocks ↓
Total Size: 698.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: 2,090.69 GB sent, 200.66 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.