Memory Pool Memory Pool Refreshing

41,350 transactions
41.49 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
844,243 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 7,565 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,242 (554,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,527 289,527 0000000000000000858544bd4e9c07c2680e8a592504ef9af855f485686ea405 0.41 MB 762 36
289,526 289,526 00000000000000005f3d5c5891c890afbcf790ef347c34908eadbd9c0d97c0fb 0.05 MB 105 26
289,525 289,525 0000000000000000298b462a85b7847e2f2216a4151a9816ed1c00f1a7589101 0.27 MB 444 28
289,524 289,524 00000000000000000bf51d9273f2a82527aef995cadc4861394a76feffa631cc 0.30 MB 456 26
289,523 289,523 0000000000000000e1014ec9c55f40203ba86ba5c27d85e06bcec887a4e2eaf1 0.18 MB 373 31
289,522 289,522 0000000000000000617fc606e9278535d287d378bd533a1dd55759698b191fca 0.35 MB 718 35
289,521 289,521 00000000000000004095b1b6ff0351687a11bc585acb85375950ab300b031ba7 0.03 MB 26 5
289,520 289,520 00000000000000003a924bf952be71b61a588ec6f6c804337e945c38e96b807f 0.47 MB 639 27
289,519 289,519 0000000000000000f713dfdf2425f856cb4382b4f612150820d9cbdca4602d69 0.17 MB 512 50
289,518 289,518 0000000000000000318be70cef7468802065703a770212dce0a11f3a1e4ed2a5 0.11 MB 256 22
289,517 289,517 000000000000000051b367ae7515ff90ef2a9302aa99f8921264c70da29240d8 0.03 MB 58 55
289,516 289,516 00000000000000010cbe7682ccf5d183f034466a80de70dc5457d31ad00268e6 0.10 MB 156 21
289,515 289,515 0000000000000000039cbbcf45e870c757f717aae801ed4293d31ad88d5e2356 0.25 MB 618 40
289,514 289,514 00000000000000005ae2d7eacb4c5116d92d23c31c0ea05036c24b3b307b6b0b 0.86 MB 1,583 34
289,513 289,513 00000000000000008bb16a8592b56d2a42acec53fce95e495e31cd5a64a4de7c 0.22 MB 486 31
289,512 289,512 00000000000000011f51d687fc791ccfd6e1b0eb94630c1c204e2a99523d1d27 0.03 MB 30 22
289,511 289,511 0000000000000000647d41b03b450ebda6677d0d06e16a7b3c0bcb07cd799f16 0.05 MB 161 33
289,510 289,510 0000000000000000230a90f654c5af9e216da50110daaf0c5adb528dd202fc80 0.34 MB 262 21
289,509 289,509 0000000000000000fb0951edf1b6e6f60c3625f8db9165a63e843a6d03c73b1b 0.16 MB 407 32
289,508 289,508 00000000000000007de01331f301c2023f795b55d01be902824a10d3c12c2098 0.50 MB 1,162 36
289,507 289,507 0000000000000000c07c38b8124fd7bb715a402eb4d5b9895771f638fba088b5 0.24 MB 417 31
Previous 10 blocks ↓
Total Size: 650.95 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,048.08 GB sent, 65.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.